Skip to content

Commit 299a69e

Browse files
committed
add single-run mode for ci
1 parent c34ebfe commit 299a69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "ionic-app-scripts build",
99
"ionic:build": "ionic-app-scripts build",
1010
"ionic:serve": "ionic-app-scripts serve",
11-
"test": "karma start ./test-config/karma.conf.js"
11+
"test": "karma start ./test-config/karma.conf.js",
12+
"test-ci": "karma start ./test-config/karma.conf.js --single-run"
1213
},
1314
"dependencies": {
1415
"@angular/common": "2.4.8",

0 commit comments

Comments
 (0)