mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
featur(package) pre6to5:client, pre6to5:client:dev
This commit is contained in:
parent
73ae281bba
commit
9293d7599c
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@
|
|||
"6to5": "webpack --progress",
|
||||
"6to5:client": "npm run 6to5 -- --mode production",
|
||||
"6to5:client:dev": "NODE_ENV=development npm run 6to5 -- --progress --mode development",
|
||||
"pre6to5:client": "rimraf dist",
|
||||
"pre6to5:client:dev": "rimraf dist-dev",
|
||||
"watch:client": "redrun 6to5:client -- --watch",
|
||||
"watch:client:dev": "redrun 6to5:client:dev -- --watch",
|
||||
"watch:server": "nodemon bin/cloudcmd.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue