Monorepo with yarn workspaces requires yarn 3.2
parent
c0b6934215
commit
bcd02ee47c
|
@ -12,9 +12,6 @@
|
||||||
"clean": "rm -rf dist",
|
"clean": "rm -rf dist",
|
||||||
"test": "jest dist/test"
|
"test": "jest dist/test"
|
||||||
},
|
},
|
||||||
"files": [
|
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"targets": {
|
"targets": {
|
||||||
"plugos": {
|
"plugos": {
|
||||||
"source": [
|
"source": [
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
"@jest/globals": "^27.5.1",
|
"@jest/globals": "^27.5.1",
|
||||||
"@lezer/markdown": "^0.15.0",
|
"@lezer/markdown": "^0.15.0",
|
||||||
"@silverbulletmd/common": "workspace:*",
|
"@silverbulletmd/common": "workspace:*",
|
||||||
|
"@silverbulletmd/plugos": "workspace:*",
|
||||||
"fake-indexeddb": "^3.1.7",
|
"fake-indexeddb": "^3.1.7",
|
||||||
"jest": "^27.5.1",
|
"jest": "^27.5.1",
|
||||||
"knex": "^1.0.4",
|
"knex": "^1.0.4",
|
||||||
|
|
Loading…
Reference in New Issue