Skip to content

Commit

Permalink
Fix test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 19, 2015
1 parent ca321b5 commit fdc9854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"test": "webpack && karma start test/karma.conf.js --single-run",
"test:watch": "webpack && parallelshell 'webpack --watch' 'npm run test'",
"test:watch": "webpack && parallelshell 'webpack --watch' 'karma start test/karma.conf.js'",
"clean": "rm -rf build/",
"start": "parallelshell 'webpack-dev-server --progress' 'npm run build:index:dev'",
"build": "npm run build:webpack && npm run build:index:prod",
Expand Down

0 comments on commit fdc9854

Please sign in to comment.