mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
16 lines
340 B
YAML
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
|