Skip to content

Commit

Permalink
Add missing test script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 19, 2024
1 parent dcdd6eb commit 946af37
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 @@ -20,7 +20,8 @@
"scripts": {
"prepare:husky": "husky",
"prepare:esbuild": "esbuild index.ts --bundle --packages=external --outfile=index.js --platform=node --format=esm --tree-shaking=true",
"prepare": "run-p prepare:*"
"prepare": "run-p prepare:*",
"test": "node --test"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 946af37

Please sign in to comment.