diff --git a/.gitpod.yml b/.gitpod.yml index 3b5566f..39aa8dd 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,13 +3,13 @@ image: gitpod/workspace-postgres tasks: - - init: npm install + - init: npm install --ignore-scripts command: | export HMR_HOST=`gp url 3000` npm run dev env: DATABASE_URL: postgres://gitpod@localhost/todos - - command: npx prisma studio + - command: yarn prisma studio env: DATABASE_URL: postgres://gitpod@localhost/todos