mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) scripts: watch:lint:client
This commit is contained in:
parent
07c31ce81e
commit
cd291cbcac
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@
|
|||
"6to5:client:dev": "NODE_ENV=development redrun 6to5:client",
|
||||
"watch:client": "redrun 6to5:client -- --watch",
|
||||
"watch:server": "nodemon bin/cloudcmd.js",
|
||||
"watch:lint:client": "nodemon -w client -x 'redrun lint:js:eslint:client'",
|
||||
"watch:test": "nodemon -w server -w test -w common -x \"npm run test\"",
|
||||
"w:c": "redrun watch:client",
|
||||
"watch:client:dev": "redrun 6to5:client:dev -- --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue