mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) legacy:json -> legacy:help: optimize size of published package
This commit is contained in:
parent
272c5b62c2
commit
3f72e53bc4
1 changed files with 2 additions and 1 deletions
|
|
@ -86,8 +86,9 @@
|
|||
"legacy:lib:cloudcmd": "echo \"module.exports = require('../../lib_/cloudcmd');\" > legacy/lib/cloudcmd.js",
|
||||
"legacy:lib:server": "echo \"module.exports = require('../../lib_/server');\" > legacy/lib/server.js",
|
||||
"mkdir:server": "mkdirp legacy/lib/server",
|
||||
"mkdir:json": "mkdirp legacy/json",
|
||||
"legacy:server": "bin/legacy.js",
|
||||
"legacy:json": "cp -r json legacy/",
|
||||
"legacy:help": "cp json/help.json legacy/json/",
|
||||
"rm:legacy": "rimraf legacy"
|
||||
},
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue