chore: use yarn workspace: protocol to resolve local packages

This commit is contained in:
Mo
2022-06-12 22:06:32 -05:00
parent 4703549a67
commit 30131089f6
8 changed files with 26 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
"build:server:all": "yarn workspaces foreach -ptR run build"
},
"dependencies": {
"@standardnotes/components-meta": "^0.2.0",
"@standardnotes/web": "^3.22.1"
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/web": "workspace:*"
}
}