Skip to content

Commit

Permalink
tweak prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Feb 14, 2018
1 parent f72c6fb commit d48a101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"report": "nyc report -r text-lcov | coveralls",
"pretest": "xo --fix",
"precommit": "npm run test && git add .",
"prepublishOnly": "git diff-index --quiet HEAD"
"prepublishOnly": "run-s test build"
},
"keywords": [
"browser",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"blue-tape": "^1.0.0",
"browserify": "^15.2.0",
"browserify": "^16.1.0",
"coveralls": "^3.0.0",
"husky": "^0.14.3",
"npm-run-all": "^4.1.2",
Expand Down

0 comments on commit d48a101

Please sign in to comment.