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 fe907ce commit c72a994Copy full SHA for c72a994
package.json
@@ -22,6 +22,7 @@
22
"install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit",
23
"dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test",
24
"serve-test": "webpack-dev-server --config build/webpack.test.config.js",
25
+ "build-test": "webpack --config build/webpack.test.config.js",
26
"lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js",
27
"e2e": "casperjs test --concise ./test/e2e",
28
"unit": "karma start build/karma.unit.config.js",
0 commit comments