Skip to content

Commit

Permalink
chore: tsc build before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Feb 2, 2024
1 parent 2577ff7 commit 5e311bf
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 @@ -34,7 +34,7 @@
"build.all": "grunt test",
"dev": "tsc --watch",
"setup": "npm i --ignore-scripts && npx husky install",
"test": "mocha --config=test/.mocharc.yml",
"test": "npm run tsc && mocha --config=test/.mocharc.yml",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"prepack": "grunt prepare",
Expand Down

0 comments on commit 5e311bf

Please sign in to comment.