Skip to content

Commit

Permalink
chore: prevent pnpm breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 5, 2024
1 parent 908b6dc commit b114ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
auto-install-peers=true
strict-peer-dependencies=false
save-workspace-protocol=rolling
node-linker=isolated
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-cspell-types-docs": "cd doc-generator && pnpm i && pnpm run build-cspell-types-docs",
"build-integration-tests": "cd ./integration-tests && pnpm i",
"build-schema": "pnpm -r run build-schema",
"build": "pnpm -r --stream --workspace-concurrency=2 run build && pnpm -r run prepare-cspell-action",
"build": "pnpm -r --stream --workspace-concurrency=2 run build",
"build:readme": "pnpm build:readme:packages && pnpm build:readme:root && pnpm docs:inject",
"build:readme:packages": "pnpm -r build:readme",
"build:readme:root": "inject-markdown README.md \"packages/*/README.md\" && prettier -w README.md \"packages/*/README.md\"",
Expand All @@ -38,7 +38,7 @@
"lint-docs-ci": "prettier -c \"docs/\"",
"lint-docs": "prettier -w \"docs/\"",
"lint": "pnpm run eslint-fix && prettier -w .",
"prepare-cspell-action": "pnpm i && pnpm -r run prepare-cspell-action && pnpm -r --filter @cspell/cspell-bundled-dicts... run build",
"prepare-cspell-action": "pnpm i && pnpm -r --filter @cspell/cspell-bundled-dicts... run build",
"pre-pub": "pnpm run clean-dist && pnpm run ibt",
"pub": "pnpm run pre-pub && lerna publish --conventional-commits --changelog-preset conventionalcommits --sync-workspace-lock",
"pub-grad": "pnpm run pre-pub && lerna publish --conventional-commits --conventional-graduate --changelog-preset conventionalcommits --sync-workspace-lock",
Expand Down

0 comments on commit b114ad1

Please sign in to comment.