Set up pnpm workspace for monorepo
This commit is contained in:
commit
8d625b15cd
2 changed files with 13 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "ily",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.28.0",
|
||||
"scripts": {
|
||||
"dev:penfield": "pnpm --filter @ily/penfield dev",
|
||||
"dev:blog": "pnpm --filter @ily/blog dev",
|
||||
"build:penfield": "pnpm --filter @ily/penfield build",
|
||||
"build:blog": "pnpm --filter @ily/blog build"
|
||||
}
|
||||
}
|
||||
2
pnpm-workspace.yaml
Normal file
2
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
packages:
|
||||
- 'apps/*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue