Skip to content

Commit

Permalink
run tests before building inn prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeaudry committed Sep 1, 2018
1 parent d9e3cdf commit 8675d66
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 @@ -17,7 +17,7 @@
"build-browser": "rm -rf dist && npx rollup -c",
"generate-docs": "rm -rf docs && npx jsdoc -c ./.jsdoc.json",
"serve-docs": "cd docs && python -m SimpleHTTPServer",
"prepublishOnly": "npm run build-prod; npm run generate-docs;npm test"
"prepublishOnly": "npm test;npm run build-prod; npm run generate-docs"
},
"keywords": [
"joi",
Expand Down

0 comments on commit 8675d66

Please sign in to comment.