mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(package) watch:client:dev: move upper
This commit is contained in:
parent
f5da939bfa
commit
f47e224d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,13 +83,13 @@
|
|||
"6to5:client": "webpack --progress",
|
||||
"6to5:client:dev": "NODE_ENV=development redrun 6to5:client",
|
||||
"watch:client": "redrun 6to5:client -- --watch",
|
||||
"watch:client:dev": "redrun 6to5:client:dev -- --watch",
|
||||
"watch:server": "nodemon bin/cloudcmd.js",
|
||||
"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",
|
||||
"build": "redrun rm:* 6to5:* mkdir:* legacy:*",
|
||||
"build:client": "redrun 6to5:client",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue