Skip to content

Commit 71210da

Browse files
committed
chore: pre build
1 parent 7562d64 commit 71210da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"main": "index.js",
1919
"sideEffects": true,
2020
"scripts": {
21+
"prebuild": "rm -rf node_modules && npm install",
2122
"pre:run": "install-changed",
2223
"dev": "npm run start",
2324
"start": "npm run pre:run && cross-env BUILD_GOAL=development NODE_ENV=development NODE_OPTIONS=--trace-deprecation webpack serve --config ./webpack/webpack.dev.js --stats-error-details",

0 commit comments

Comments
 (0)