Skip to content

Commit

Permalink
Add a test script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Jul 15, 2024
1 parent a569a33 commit c1a6f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build": "npx -p typescript tsc --build",
"start": "trap 'test $! && kill $!' SIGINT SIGTERM SIGHUP; node ./dist/core/server.js",
"check": "npm run prettier:check",
"test": "npx vitest",
"prettier:check": "npx -p prettier prettier -c .",
"prettier:format": "npx -p prettier prettier -w ."
},
Expand Down

0 comments on commit c1a6f88

Please sign in to comment.