mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 04:40:36 +00:00
fix: workspace config for refactored directory structure
This commit is contained in:
parent
ea49cf324f
commit
9ed5351280
3 changed files with 676 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
"private": true,
|
||||
"workspaces": [
|
||||
"common/*/",
|
||||
"packages/*/",
|
||||
"packages/*/*/"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
674
pnpm-lock.yaml
674
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,4 @@
|
|||
packages:
|
||||
- "common/*/"
|
||||
- "packages/*/*/"
|
||||
- "packages/*/"
|
||||
- "packages/*/*/"
|
Loading…
Reference in a new issue