Unverified Commit 3a67cd1d authored by Dan Jones's avatar Dan Jones
Browse files

fix: run build on install

parent e0d98aae
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
"lintfix": "prettier --write --list-different . && yarn lint:js --fix", "lintfix": "prettier --write --list-different . && yarn lint:js --fix",
"prepare": "husky install", "prepare": "husky install",
"test": "jest", "test": "jest",
"build": "cross-env NODE_ENV=production rollup -c" "build": "cross-env NODE_ENV=production rollup -c",
"install": "yarn build"
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue}": "eslint --cache", "*.{js,vue}": "eslint --cache",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment