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 c34ebfe commit 299a69eCopy full SHA for 299a69e
package.json
@@ -8,7 +8,8 @@
8
"build": "ionic-app-scripts build",
9
"ionic:build": "ionic-app-scripts build",
10
"ionic:serve": "ionic-app-scripts serve",
11
- "test": "karma start ./test-config/karma.conf.js"
+ "test": "karma start ./test-config/karma.conf.js",
12
+ "test-ci": "karma start ./test-config/karma.conf.js --single-run"
13
},
14
"dependencies": {
15
"@angular/common": "2.4.8",
0 commit comments