Skip to content

Commit

Permalink
Remove build from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone authored and moodmosaic committed Jan 17, 2025
1 parent 0448e90 commit 4863c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build": "npx -p typescript tsc --project tsconfig.json && node -e \"if (process.platform !== 'win32') require('fs').chmodSync('./dist/app.js', 0o755);\"",
"test": "npx tsc --project tsconfig.json && npx jest",
"test": "npx jest",
"test:coverage": "npx tsc --project tsconfig.json && npx jest --coverage"
},
"keywords": [
Expand Down

0 comments on commit 4863c3d

Please sign in to comment.