Skip to content

Commit 00dd748

Browse files
Improve gitpod config.
1 parent 784d4aa commit 00dd748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Commands to start on workspace startup
22
tasks:
3-
- init: npm install
3+
- init: npm install && npm update
44
command: npm run editor-remote
55
# Ports to expose on workspace startup
66
ports:
77
- port: 1959
8-
onOpen: open-preview
8+
onOpen: open-browser

0 commit comments

Comments
 (0)