From 378f151478bfddd115ad98164c8af3ae7fdd8215 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Sat, 14 Mar 2020 05:13:21 +0000 Subject: [PATCH] [gitpod-setup] remove the build command to make the server startup faster. --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 06d7b5f..1eadf62 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: npm install && npm run build + - init: npm install command: npm run dev ports: - port: 3000