Skip to content

Commit

Permalink
Merge pull request #19 from rackt/prepublish-no-tests
Browse files Browse the repository at this point in the history
Don't run tests on prepublish
  • Loading branch information
taion committed Nov 28, 2015
2 parents 17aaf1e + 49a890c commit 9055c49
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 @@ -13,7 +13,7 @@
"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build-es6": "rimraf es6 && babel ./modules -d es6 --blacklist=es6.modules --ignore '__tests__'",
"lint": "eslint modules *.js",
"prepublish": "npm run test -- --single-run && npm run build",
"prepublish": "npm run build",
"test": "npm run lint && karma start"
},
"repository": {
Expand Down

0 comments on commit 9055c49

Please sign in to comment.