From 55c84f33fa42fa8921af212274eb6ce346700d75 Mon Sep 17 00:00:00 2001 From: 17lwinn <50519725+17lwinn@users.noreply.github.com> Date: Sun, 26 Apr 2020 17:24:58 +0100 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3d7e579..f62886e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,9 +3,9 @@ image: # List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/ ports: - - port: 3000 + - port: 8000 onOpen: notify tasks: - - init: pnpm install # runs during prebuild + - init: npm install pnpm && pnpm install # runs during prebuild command: npm start