diff --git a/.gitpod.yml b/.gitpod.yml index 2a4af985d..3af3611be 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,7 @@ # 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 tasks: - - init: pnpm install + - init: pnpm install && pnpm db:push && pnpm db:seed command: pnpm dev ports: diff --git a/package.json b/package.json index bba5e8123..4b8717635 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "version": "3.2.0", "license": "AGPL-3.0", "scripts": { - "postinstall": "pnpm db:push && pnpm db:seed", "db:studio": "pnpm run --filter coolify-api db:studio", "db:push": "pnpm run --filter coolify-api db:push", "db:seed": "pnpm run --filter coolify-api db:seed",