Having the `scripts` dir re-use all packages from the top-level was getting quite unwieldy. Created new `tools` directory that is part of the workspace. Packages are exported with the `@tools` package namespace.
8 lines
174 B
YAML
8 lines
174 B
YAML
packages:
|
|
# all packages in direct subdirs of packages/
|
|
- 'packages/*'
|
|
- 'tools/*'
|
|
- 'test'
|
|
# exclude packages that are inside test directories
|
|
# - '!**/test/**'
|