Skip to content

Commit

Permalink
chore(npm): run tests before build
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Nov 6, 2020
1 parent 3966cef commit 13cdda8
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 @@ -11,6 +11,7 @@
],
"scripts": {
"dev": "tsc --watch",
"prebuild": "npm test",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest --coverage"
Expand Down

0 comments on commit 13cdda8

Please # to comment.