Skip to content

Commit

Permalink
Ensures builds are made prior to publishing to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Apr 13, 2022
1 parent 071a7fd commit 7866579
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 @@ -47,6 +47,7 @@
},
"scripts": {
"test": "npm run node-test && grunt && npm run browser-test",
"prepublishOnly": "npm run build",
"build": "node_modules/.bin/grunt",
"node-test": "node tests/node-all-tests.js",
"browser-test": "testem ci --file tests/testem.json",
Expand Down

0 comments on commit 7866579

Please sign in to comment.