mirror of
https://github.com/novuhq/novu.git
synced 2026-03-13 10:41:26 +08:00
17 lines
445 B
YAML
17 lines
445 B
YAML
packages:
|
|
# all packages in subdirs of packages/ and components/
|
|
- 'packages/*'
|
|
- 'apps/*'
|
|
- 'libs/*'
|
|
# exclude packages that are inside test directories
|
|
- '!**/test/**'
|
|
# all packages in enterprise modules
|
|
- 'enterprise/packages/*'
|
|
- 'enterprise/workers/step-resolver'
|
|
# playground apps
|
|
- 'playground/*'
|
|
|
|
# Pnpm configuration
|
|
# Wait 24 hours (1440 minutes) before allowing packages to be installed
|
|
minimumReleaseAge: 1440
|