Skip to content

Commit

Permalink
Unrelated: (temporary) gitpod environment fix for achrinza/node-ipc#59
Browse files Browse the repository at this point in the history
  • Loading branch information
vt-idiot committed Feb 14, 2024
1 parent e51eb13 commit 2239373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
file: .gitpod.dockerfile
tasks:
- name: Continuous Build
command: yarn global add concurrently && go install github.com/cosmtrek/air@latest && cd /workspace/xbvr && go generate && go get && yarn && yarn dev
command: yarn config set ignore-engines true && yarn global add concurrently && go install github.com/cosmtrek/air@latest && cd /workspace/xbvr && go generate && go get && yarn && yarn dev
ports:
- port: 9999
onOpen: open-preview
Expand Down

0 comments on commit 2239373

Please sign in to comment.