chore: add publish script (#2)
Reviewed-on: #2 Co-authored-by: Ayo <ayo@ayco.io> Co-committed-by: Ayo <ayo@ayco.io>
This commit is contained in:
parent
c6aa287f26
commit
ef4c06d982
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"build:docker": "docker build -t ayoayco/yolk .",
|
"build:docker": "docker build -t ayoayco/yolk .",
|
||||||
"publish:docker": "docker push ayoayco/yolk",
|
"publish:docker": "docker push ayoayco/yolk",
|
||||||
|
"publish": "pnpm i && npm run build:docker && npm run publish:docker",
|
||||||
"dev": "nuxt dev --port 5314",
|
"dev": "nuxt dev --port 5314",
|
||||||
"dev:pwa": "VITE_DEV_PWA=true nuxt dev --port 5314",
|
"dev:pwa": "VITE_DEV_PWA=true nuxt dev --port 5314",
|
||||||
"dev:mocked": "nuxt dev --port 5314 --dotenv .env.mock",
|
"dev:mocked": "nuxt dev --port 5314 --dotenv .env.mock",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue