fix: revert last commit
This commit is contained in:
parent
55bbef788f
commit
185ff9da27
@ -3,7 +3,7 @@
|
|||||||
# and commit this file to your remote git repository to share the goodness with others.
|
# and commit this file to your remote git repository to share the goodness with others.
|
||||||
image: gitpod/workspace-node:2022-06-20-19-54-55
|
image: gitpod/workspace-node:2022-06-20-19-54-55
|
||||||
tasks:
|
tasks:
|
||||||
- init: pnpm install
|
- init: pnpm install && pnpm db:push && pnpm db:seed
|
||||||
command: pnpm dev
|
command: pnpm dev
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "pnpm db:push && pnpm db:seed",
|
|
||||||
"db:studio": "pnpm run --filter coolify-api db:studio",
|
"db:studio": "pnpm run --filter coolify-api db:studio",
|
||||||
"db:push": "pnpm run --filter coolify-api db:push",
|
"db:push": "pnpm run --filter coolify-api db:push",
|
||||||
"db:seed": "pnpm run --filter coolify-api db:seed",
|
"db:seed": "pnpm run --filter coolify-api db:seed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user