Move the @cozy-games/* packages, sites, docs, and package-publish tooling out to github.com/ayo-run/cozy-games. The app now consumes those packages from npm instead of the workspace. Root config, workspace globs, and CI target the app.
15 lines
309 B
YAML
15 lines
309 B
YAML
packages:
|
|
- "apps/*"
|
|
allowBuilds:
|
|
'@firebase/util': false
|
|
'@parcel/watcher': false
|
|
esbuild: false
|
|
netlify-cli: false
|
|
protobufjs: false
|
|
re2: false
|
|
sharp: false
|
|
unix-dgram: false
|
|
web-component-base: false
|
|
minimumReleaseAgeExclude:
|
|
- web-component-base@5.0.0
|
|
- '@cozy-games/mnswpr@0.5.4'
|