mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) watch:client:debug
This commit is contained in:
parent
2ecdc752e4
commit
95d3cc67cb
1 changed files with 4 additions and 1 deletions
|
|
@ -86,7 +86,10 @@
|
|||
"6to5:server": "babel server -d server_",
|
||||
"6to5:client": "webpack",
|
||||
"6to5:client:debug": "NODE_ENV=debug webpack",
|
||||
"watch:client": "NODE_ENV=debug webpack --watch",
|
||||
"watch:client": "webpack --watch",
|
||||
"w:c": "redrun watch:client",
|
||||
"watch:client:debug": "NODE_ENV=debug webpack --watch",
|
||||
"w:c:d": "redrun watch:client:debug",
|
||||
"build": "redrun rm:* 6to5:* mkdir:* legacy:*",
|
||||
"legacy:package": "echo \"module.exports = require('../package');\" > legacy/package.js",
|
||||
"mkdir:server": "mkdirp legacy/server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue