mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-18 06:11:34 +03:00
20 lines
317 B
YAML
20 lines
317 B
YAML
|
image: 'gitpod/workspace-full'
|
||
|
|
||
|
tasks:
|
||
|
- before: 'npm install'
|
||
|
init: 'npm run check && npm run build'
|
||
|
command: 'npm start'
|
||
|
|
||
|
ports:
|
||
|
- port: 1337
|
||
|
onOpen: 'notify'
|
||
|
|
||
|
github:
|
||
|
prebuilds:
|
||
|
master: true
|
||
|
branches: true
|
||
|
pullRequests: true
|
||
|
addComment: true
|
||
|
addBadge: true
|
||
|
addLabel: true
|