mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 12:50:37 +00:00
11 lines
278 B
YAML
11 lines
278 B
YAML
|
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
|