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 41e00b4 commit db3ae0dCopy full SHA for db3ae0d
package.json
@@ -8,7 +8,7 @@
8
"build:commonjs": "babel src/ --out-dir lib/ --ignore __tests__,__mocks__",
9
"build:umd": "webpack --devtool source-map --config webpack.build.js",
10
"build:umd:min": "cross-env MINIFY=1 webpack --devtool source-map --config webpack.build.js",
11
- "build": "npm run clean && npm run build:commonjs && npm run bundle",
+ "build": "npm run clean && npm run build:commonjs",
12
"bundle": "mkdir -p dist && npm run build:umd && npm run build:umd:min",
13
"lint": "eslint src",
14
"preversion": "npm run lint && npm test && npm run bundle && git add dist/ && git commit -m 'Publish: build bower distribution'",
0 commit comments