We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784d4aa commit 00dd748Copy full SHA for 00dd748
.gitpod.yml
@@ -1,8 +1,8 @@
1
# Commands to start on workspace startup
2
tasks:
3
- - init: npm install
+ - init: npm install && npm update
4
command: npm run editor-remote
5
# Ports to expose on workspace startup
6
ports:
7
- port: 1959
8
- onOpen: open-preview
+ onOpen: open-browser
0 commit comments