We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7562d64 commit 71210daCopy full SHA for 71210da
package.json
@@ -18,6 +18,7 @@
18
"main": "index.js",
19
"sideEffects": true,
20
"scripts": {
21
+ "prebuild": "rm -rf node_modules && npm install",
22
"pre:run": "install-changed",
23
"dev": "npm run start",
24
"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