Skip to content

Commit 378f151

Browse files
committed
[gitpod-setup] remove the build command to make the server startup faster.
1 parent 6438509 commit 378f151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- init: npm install && npm run build
2+
- init: npm install
33
command: npm run dev
44
ports:
55
- port: 3000

0 commit comments

Comments
 (0)