Skip to content

Commit

Permalink
chore(build): don't try to run tests that don't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepollak committed Jul 17, 2016
1 parent 08064d7 commit d86b69b
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 @@ -24,7 +24,7 @@
"compile:lib": "coffee --compile -o ./lib/ ./src/coffee/card.coffee && node-sass ./src/scss/card.scss -o lib/ && replace '../scss/card.scss' './card.css' lib/card.js",
"compile:dist": "NODE_ENV=production webpack",
"development": "webpack-dev-server --hot --inline",
"preversion": "npm run test && npm run compile",
"preversion": "npm run compile",
"prepublish": "NODE_ENV=production npm run compile",
"postpublish": "git push origin master && git push --tags",
"test": "karma start --single-run --browsers PhantomJS"
Expand Down

0 comments on commit d86b69b

Please sign in to comment.