We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a92429 commit ec2c657Copy full SHA for ec2c657
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"preinstall": "npx only-allow pnpm",
9
"postinstall": "simple-git-hooks",
10
"dev": "webpack --config webpack.dev.js --watch",
11
- "build": "webpack --config webpack.prod.js",
+ "build": "rimraf dist && webpack --config webpack.prod.js",
12
"clean": "rimraf dist",
13
"format": "prettier --write \"**/*.{js,ts,tsx,css}\"",
14
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix"
0 commit comments