mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 04:40:38 +00:00
Create .gitpod.yml
This commit is contained in:
parent
31ee952cc5
commit
2553ea5054
1 changed files with 10 additions and 0 deletions
10
.gitpod.yml
Normal file
10
.gitpod.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
ports:
|
||||
- port: 3000
|
||||
tasks:
|
||||
- init: touch /tmp/.npm-lock && npm install && rm /tmp/.npm-lock
|
||||
command: npm run watch
|
||||
- init: sleep 1 && while [ -f /tmp/.npm-lock ]; do sleep 1; done
|
||||
command: npm run electron:dev:linux
|
||||
openMode: split-right
|
Loading…
Reference in a new issue