mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 12:50:35 +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,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"common/*/",
|
"common/*/",
|
||||||
|
"packages/*/",
|
||||||
"packages/*/*/"
|
"packages/*/*/"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
674
pnpm-lock.yaml
674
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,4 @@
|
||||||
packages:
|
packages:
|
||||||
- "common/*/"
|
- "common/*/"
|
||||||
|
- "packages/*/"
|
||||||
- "packages/*/*/"
|
- "packages/*/*/"
|
Loading…
Reference in a new issue