add prepublishOnly build command

This commit is contained in:
Shawn Erquhart 2017-07-26 22:16:27 -04:00
parent 56e63b6573
commit 74c8eec521

View File

@ -18,7 +18,8 @@
"lint:css:fix": "stylefmt --recursive src/", "lint:css:fix": "stylefmt --recursive src/",
"lint:staged": "lint-staged", "lint:staged": "lint-staged",
"deps": "npm-check -s", "deps": "npm-check -s",
"deps:update": "npm-check -u" "deps:update": "npm-check -u",
"prepublishOnly": "npm run build"
}, },
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [