mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) scripts: 6to5:client: add --progress
This commit is contained in:
parent
a676df2c6c
commit
b4193e24b5
1 changed files with 4 additions and 4 deletions
|
|
@ -83,11 +83,11 @@
|
|||
"report": "nyc report --reporter=text-lcov | coveralls",
|
||||
"6to5:bin": "babel bin -d legacy/bin",
|
||||
"6to5:server": "babel server -d server_",
|
||||
"6to5:client": "webpack",
|
||||
"6to5:client:debug": "NODE_ENV=debug webpack",
|
||||
"watch:client": "webpack --watch",
|
||||
"6to5:client": "webpack --progress",
|
||||
"6to5:client:debug": "NODE_ENV=debug redrun 6to5:client",
|
||||
"watch:client": "redrun 6to5:client -- --watch",
|
||||
"w:c": "redrun watch:client",
|
||||
"watch:client:debug": "NODE_ENV=debug webpack --watch",
|
||||
"watch:client:debug": "redrun 6to5:client:debug -- --watch",
|
||||
"w:c:d": "redrun watch:client:debug",
|
||||
"build": "redrun rm:* 6to5:* mkdir:* legacy:*",
|
||||
"legacy:package": "echo \"module.exports = require('../package');\" > legacy/package.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue