mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) scripts: watch:coverage
This commit is contained in:
parent
8b4bc7cdc9
commit
7474ed9b4f
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@
|
|||
"watch:lint": "nodemon -w client -w server -w webpack.config.js -x 'redrun lint:js'",
|
||||
"watch:lint:client": "nodemon -w client -w webpack.config.js -x 'redrun lint:js:eslint:client'",
|
||||
"watch:test": "nodemon -w server -w test -w common -x \"npm run test\"",
|
||||
"watch:coverage": "nodemon -w server -w test -w common -x \"npm run coverage\"",
|
||||
"w:c": "redrun watch:client",
|
||||
"watch:client:dev": "redrun 6to5:client:dev -- --watch",
|
||||
"w:c:d": "redrun watch:client:dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue