2020-09-25 11:55:33 +02:00

16 lines
340 B
YAML

packages:
- name: app
type: yarn
srcs:
- "src/**"
- "public/**"
- package.json
- webpack.config.js
- tsconfig.json
deps:
- components/gitpod-protocol:lib
- components/supervisor-api/typescript-grpc:lib
config:
dontTest: true
yarnLock: ${coreYarnLockBase}/../yarn.lock