Skip to content

Commit

Permalink
[Fixes #97] Run the build before running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelliott committed Jun 12, 2015
1 parent 406afa4 commit f551ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"uglifyjs": "^2.4.10"
},
"scripts": {
"prepublish": "npm test && npm run build",
"prepublish": "npm run build && npm test",
"test": "npm run hint && node test/index.js",
"clean": "rimraf dist/* && mkdir dist || true",
"uglify": "uglifyjs dist/stampit.js -m -c warnings=false -o dist/stampit.min.js",
Expand Down

0 comments on commit f551ca6

Please sign in to comment.