Skip to content

Commit 979e9e6

Browse files
committed
fix: gitpod start issue
1 parent 07b9998 commit 979e9e6

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,4 +2,4 @@ image:
22
file: .gitpod.Dockerfile
33

44
tasks:
5-
- init: npm install && npm run build
5+
- init: yarn install && yarn electron:serve --no-sandbox

0 commit comments

Comments
 (0)