We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705d32f commit 1218c55Copy full SHA for 1218c55
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "apollo-angular-monorepo",
3
"license": "MIT",
4
"private": true,
5
- "packageManager": "pnpm@10.33.0",
+ "packageManager": "pnpm@11.0.1",
6
"scripts": {
7
"build": "pnpm run --recursive build",
8
"ci-only:integration": "./scripts/integration tests",
pnpm-workspace.yaml
@@ -1,6 +1,11 @@
1
packages:
- 'packages/*'
- 'website'
+allowBuilds:
+ '@parcel/watcher': false
+ esbuild: true
+ lmdb: false
+ msgpackr-extract: false
9
10
# The minimum age of a release to be considered for dependency installation.
11
# The value is in minutes (1440 minutes = 1 day).
0 commit comments