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 bc87ba8 commit 3eda984Copy full SHA for 3eda984
package.json
@@ -23,7 +23,6 @@
23
"build": "npm run build:browser && npm run build:common",
24
"build:browser": "cross-env NODE_ENV=production webpack --config config/webpack.config.browser.js --progress --hide-modules",
25
"build:common": "cross-env NODE_ENV=production webpack --config config/webpack.config.common.js --progress --hide-modules",
26
- "prepublish": "npm run build",
27
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
28
"e2e": "node test/e2e/runner.js",
29
"test": "npm run unit && npm run e2e",
0 commit comments