Skip to content

Commit 3ff57ce

Browse files
committed
Missing comma
1 parent 5854f47 commit 3ff57ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ionic:build": "ionic-app-scripts build",
1010
"ionic:serve": "ionic-app-scripts serve",
1111
"test": "karma start ./test-config/karma.conf.js",
12-
"test-ci": "karma start ./test-config/karma.conf.js --single-run"
12+
"test-ci": "karma start ./test-config/karma.conf.js --single-run",
1313
"e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)