Skip to content

Commit 8fca2d0

Browse files
authored
fix: Gitpod not deploying automatically
1 parent a8ed82e commit 8fca2d0

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
@@ -2,7 +2,7 @@
22
tasks:
33
- name: npm
44
init: npm install
5-
command: npm run start
5+
command: npm run build && npm run start
66

77
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
88
ports:

0 commit comments

Comments
 (0)