Skip to content

Commit

Permalink
chore: add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 5, 2024
1 parent 7361e4d commit c1d3b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"url": "git+https://github.com/johnsoncodehk/native-signals.git"
},
"scripts": {
"build": "tsc"
"build": "tsc",
"test": "vitest run"
},
"devDependencies": {
"vite": "latest",
Expand Down

0 comments on commit c1d3b2f

Please sign in to comment.