mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
fix(package) scripts: postpublish: docker docker:alpine -> docker
This commit is contained in:
parent
5481454bf6
commit
46233883c3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
"watch:test": "nodemon -w server -w test -w common -x \"npm run test\"",
|
||||
"spell": "yaspeller .",
|
||||
"wisdom": "npm run build; npm run docker:rm-old; bin/release.js",
|
||||
"postpublish": "redrun --parallel docker docker:alpine",
|
||||
"postpublish": "redrun docker",
|
||||
"docker:pull:node": "docker pull node",
|
||||
"docker:pull:alpine": "docker pull mhart/alpine-node",
|
||||
"docker:push": "docker push coderaiser/cloudcmd:`version`",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue