diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-workspace.yaml | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index fd485c3b..d4f7db21 100644 --- a/package.json +++ b/package.json @@ -71,5 +71,5 @@ "wanakana": "^5.3.1", "web-push": "^3.6.7" }, - "packageManager": "[email protected]" + "packageManager": "[email protected]" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b7bc1f64..c7fd4d02 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,12 +1,13 @@ packages: - - "." - - "apps/*" - - "packages/*" + - . + - apps/* + - packages/* onlyBuiltDependencies: - '@parcel/watcher' - '@sveltejs/kit' - es5-ext - esbuild + - msgpackr-extract - msw - protobufjs |