mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) scripts: publish -> docker
This commit is contained in:
parent
01e0a64ab3
commit
305fa8a7f4
1 changed files with 2 additions and 2 deletions
|
|
@ -37,10 +37,10 @@
|
|||
"mocha": "mocha test/lib",
|
||||
"spell": "yaspeller .",
|
||||
"wisdom": "bin/release.js",
|
||||
"docker:pull": "docker pull coderaiser/cloudcmd:latest",
|
||||
"docker:pull": "docker pull coderaiser/cloudcmd:v`version`",
|
||||
"docker:tag": "docker tag coderaiser/cloudcmd:latest coderaiser/cloudcmd:`version`",
|
||||
"docker:push": "docker push coderaiser/cloudcmd:`version`",
|
||||
"publish": "npm-run-all docker:pull docker:tag docker:push"
|
||||
"docker": "npm-run-all docker:pull docker:tag docker:push"
|
||||
},
|
||||
"directories": {
|
||||
"man": "man"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue