Try moving to pnpm

This commit is contained in:
Jordan Eldredge 2023-03-01 21:16:08 -08:00
parent a4b8d52f92
commit 11803ab538
5 changed files with 27668 additions and 147401 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
yarn-path ".yarn/releases/yarn-1.22.10.cjs"

View file

@ -1,10 +1,6 @@
{
"name": "webamp-monorepo",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"engines": {
"node": ">=16.0.0"
},

27664
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff

4
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,4 @@
packages:
# include packages in subfolders (e.g. apps/ and packages/)
- "packages/*"
- "examples/*"