Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add --stream to lerna run watch command to stream webpack output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jan 17, 2018
1 parent 8b18fcd commit d6a8d44
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 @@ -6,7 +6,7 @@
"test": "eslint -f unix example && lerna run test --parallel",
"start": "node scripts/update-example-swagger-files && webpack-dev-server",
"build": "./build.sh & lerna run build",
"watch": "lerna run watch",
"watch": "lerna run watch --stream",
"deploy": "gh-pages --dotfiles -d example/dist"
},
"publishConfig": {
Expand Down

0 comments on commit d6a8d44

Please sign in to comment.