add prepublishOnly build command
This commit is contained in:
parent
56e63b6573
commit
74c8eec521
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user