[gitpod-setup] remove the build command to make the server startup faster.

This commit is contained in:
Nisar Hassan Naqvi
2020-03-14 05:13:21 +00:00
parent 643850907c
commit 378f151478
+1 -1
View File
@@ -1,5 +1,5 @@
tasks:
- init: npm install && npm run build
- init: npm install
command: npm run dev
ports:
- port: 3000