Fix build not running after install in CIs
.npmignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -15,7 +15,7 @@ |
"scripts": { | ||
"build": "rollup -c", | ||
"start": "rollup -c -w", | ||
"prepare": "npm run build" | ||
"install": "npm run build" | ||
}, | ||
"peerDependencies": { | ||
"lodash": "^4.17.15", | ||
... | ... | @@ -47,8 +47,5 @@ |
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-url": "^1.4.0" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} | ||
} |
Please register or sign in to comment