From 55bbef788f959c202b8ae6a96bea2bdd6c016f4e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 25 Jul 2022 09:34:55 +0000 Subject: [PATCH] fix: gitpod --- .gitpod.yml | 2 +- package.json | 1 + pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3af3611be..2a4af985d 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 && pnpm db:push && pnpm db:seed + - init: pnpm install command: pnpm dev ports: diff --git a/package.json b/package.json index 4b8717635..bba5e8123 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43c6318c7..7bb1a57de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,7 +53,7 @@ importers: p-queue: 7.2.0 prettier: 2.7.1 prisma: 3.15.2 - public-ip: ^6.0.1 + public-ip: 6.0.1 rimraf: 3.0.2 ssh-config: 4.1.6 strip-ansi: 7.0.1