Skip to content

Commit

Permalink
chore(package.json): watch test files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 28, 2014
1 parent db373e9 commit fe52eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"postinstall": "bower install",

"start": "http-server -p 8000",
"test": "karma start test/karma.conf.js --single-run",
"test": "karma start test/karma.conf.js",

"update-webdriver": "webdriver-manager update",
"protractor": "protractor test/protractor-conf.js",
"test-watch": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run",

"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
}
Expand Down

0 comments on commit fe52eca

Please sign in to comment.