mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(package) publish: docker pull, tag, push
This commit is contained in:
parent
d169adb4d0
commit
395b4ab51d
1 changed files with 6 additions and 1 deletions
|
|
@ -36,7 +36,11 @@
|
|||
"codestyle": "jscs --esnext $npm_package_config_dirs",
|
||||
"mocha": "mocha test/lib",
|
||||
"spell": "yaspeller .",
|
||||
"wisdom": "bin/release.js"
|
||||
"wisdom": "bin/release.js",
|
||||
"docker:pull": "docker pull coderaiser/cloudcmd:latest",
|
||||
"docker:tag": "docker tag coderaiser/cloudcmd:latest coderaiser/cloudcmd:`version`",
|
||||
"docker:push": "docket push coderaiser/cloudcmd:`version`",
|
||||
"publish": "npm-run-all docker:pull docker:tag docker:push"
|
||||
},
|
||||
"directories": {
|
||||
"man": "man"
|
||||
|
|
@ -90,6 +94,7 @@
|
|||
"recess": "^1.1.9",
|
||||
"shortdate": "^1.0.1",
|
||||
"should": "^8.0.0",
|
||||
"version-io": "^1.2.5",
|
||||
"yaspeller": "^2.6.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue