Skip to content

Commit

Permalink
Include style-watch in 'watch' overhead task.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 17, 2017
1 parent 4309c54 commit 3e509bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Expand Up @@ -25,7 +25,7 @@
"underscore": "^1.8.3"
},
"scripts": {
"watch": "gulp stage-libs && concurrently \"yarn run webpack-watch\" \"yarn run gulp watch\"",
"watch": "gulp stage-libs && concurrently \"yarn run webpack-watch\" \"yarn run gulp watch\" \"yarn run style-watch\"",
"build": "gulp stage-libs && concurrently \"yarn run style\" \"yarn run webpack\" \"yarn run gulp clean && yarn run gulp\"",
"webpack": "webpack -p",
"webpack-watch": "webpack -p --watch",
Expand Down

0 comments on commit 3e509bd

Please sign in to comment.