Skip to content

Commit c72a994

Browse files
committed
build-test script
1 parent fe907ce commit c72a994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit",
2323
"dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test",
2424
"serve-test": "webpack-dev-server --config build/webpack.test.config.js",
25+
"build-test": "webpack --config build/webpack.test.config.js",
2526
"lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js",
2627
"e2e": "casperjs test --concise ./test/e2e",
2728
"unit": "karma start build/karma.unit.config.js",

0 commit comments

Comments
 (0)