Skip to content

Commit

Permalink
Run unit tests along with build
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Apr 25, 2021
1 parent 7367342 commit 3b5ccd0
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 @@ -5,7 +5,7 @@
"name": "Clyde D'Souza"
},
"scripts": {
"build": "tsc",
"build": "npm run test && tsc",
"test": "ts-mocha tests/**/*.test.ts",
"go": "netlify dev --live"
},
Expand Down

0 comments on commit 3b5ccd0

Please sign in to comment.