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 a8ed82e commit 8fca2d0Copy full SHA for 8fca2d0
.gitpod.yml
@@ -2,7 +2,7 @@
2
tasks:
3
- name: npm
4
init: npm install
5
- command: npm run start
+ command: npm run build && npm run start
6
7
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
8
ports:
0 commit comments