Monorepo with yarn workspaces requires yarn 3.2

pull/3/head
Zef Hemel 2022-04-21 14:26:54 +02:00
parent c0b6934215
commit bcd02ee47c
2 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,6 @@
"clean": "rm -rf dist",
"test": "jest dist/test"
},
"files": [
"dist"
],
"targets": {
"plugos": {
"source": [

View File

@ -40,6 +40,7 @@
"@jest/globals": "^27.5.1",
"@lezer/markdown": "^0.15.0",
"@silverbulletmd/common": "workspace:*",
"@silverbulletmd/plugos": "workspace:*",
"fake-indexeddb": "^3.1.7",
"jest": "^27.5.1",
"knex": "^1.0.4",