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 dd866e0 commit 8fdda39Copy full SHA for 8fdda39
package.json
@@ -19,7 +19,6 @@
19
"mocha": "mocha-webpack --webpack-config build/webpack.test.config.js --require test/unit/setup.js test/unit/specs/**/*.spec.js",
20
"unit": "cross-env NODE_ENV=test nyc npm run mocha",
21
"e2e": "node test/e2e/runner.js",
22
- "pretest": "npm run lint",
23
"ci": "cross-env NODE_ENV=test mocha-webpack --watch --webpack-config build/webpack.test.config.js --require test/unit/setup.js test/unit/specs/**/*.spec.js",
24
"test": "npm run unit",
25
"version": "bumped release"
0 commit comments