mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(package) heroku-postbuild -> heroku-postbuild, postheroku-postbuild
This commit is contained in:
parent
706008fcd7
commit
97c471b71b
1 changed files with 3 additions and 2 deletions
|
|
@ -103,7 +103,8 @@
|
|||
"legacy:help": "cp json/help.json legacy/json/",
|
||||
"rm:server": "rimraf server_ legacy",
|
||||
"rm:client": "rimraf dist dist-dev",
|
||||
"heroku-postbuild": "redrun 6to5:client -- --progress && npm i gritty"
|
||||
"heroku-postbuild": "redrun 6to5:client",
|
||||
"postheroku-postbuild": "npm i gritty"
|
||||
},
|
||||
"directories": {
|
||||
"man": "man"
|
||||
|
|
@ -201,4 +202,4 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"main": "legacy/server/cloudcmd.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue