fix: workspace config for refactored directory structure

This commit is contained in:
Erica Marigold 2022-11-22 14:56:32 +05:30
parent ea49cf324f
commit 9ed5351280
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
3 changed files with 676 additions and 2 deletions

View file

@ -4,6 +4,7 @@
"private": true, "private": true,
"workspaces": [ "workspaces": [
"common/*/", "common/*/",
"packages/*/",
"packages/*/*/" "packages/*/*/"
], ],
"scripts": { "scripts": {

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,4 @@
packages: packages:
- "common/*/" - "common/*/"
- "packages/*/"
- "packages/*/*/" - "packages/*/*/"