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 c42dfc6 commit 6bfa31fCopy full SHA for 6bfa31f
package.json
@@ -10,10 +10,10 @@
10
"prestart": "run-s build",
11
"version": "run-s release",
12
"prepublish": "run-s build",
13
- "build": "rimraf build && mkdirp build && run-p build:*",
+ "build": "run-p build:*",
14
"build:bundle": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js",
15
"build:umd": "cross-env NODE_ENV=production webpack --config webpack.umd.config.babel.js",
16
- "prebuild": "mkdirp build",
+ "prebuild": "rimraf build && mkdirp build",
17
"test": "eslint src",
18
"release": "node ./script/release.js",
19
"format": "prettier --write 'src/**/*.js'",
0 commit comments