Skip to content

Commit

Permalink
use exec to allow script output to be logged
Browse files Browse the repository at this point in the history
  • Loading branch information
cdtinney committed Feb 28, 2019
1 parent afbd965 commit 698d536
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 @@ -20,7 +20,7 @@
"server:test:coveralls": "cd packages/server && npm run test:coveralls",
"server:watch": "cd packages/server && npm run watch",
"start": "npm run server:start",
"test": "lerna run test:coverage",
"test": "lerna exec -- npm run test:coverage",
"test:coveralls": "npm run test && npm run coverage:report",
"watch": "concurrently --kill-others \"npm run server:watch\" \"npm run client:watch\""
},
Expand Down

0 comments on commit 698d536

Please sign in to comment.