Skip to content

Commit

Permalink
Merge pull request #500 from netlify/prepublish-only
Browse files Browse the repository at this point in the history
add prepublishOnly build command
  • Loading branch information
erquhart authored Jul 27, 2017
2 parents 56e63b6 + 74c8eec commit bd0a7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"lint:css:fix": "stylefmt --recursive src/",
"lint:staged": "lint-staged",
"deps": "npm-check -s",
"deps:update": "npm-check -u"
"deps:update": "npm-check -u",
"prepublishOnly": "npm run build"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit bd0a7b0

Please sign in to comment.