Skip to content

Commit

Permalink
chore(pnpm): enable shamefully-hoist (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Sep 20, 2024
1 parent 9ea3b32 commit 787c5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resolution-mode = time-based
save-prefix =
shamefully-hoist = true
shell-emulator = true
strict-peer-dependencies = true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint": "manypkg check && pnpm run lint-packages && pnpm -r run --parallel lint",
"lint-packages": "pnpm -r --include-workspace-root --no-bail --filter=!@bfra.me/prettier-config exec publint",
"publish-changesets": "changeset publish",
"test": "pnpm -r run test",
"test": "CI=1 pnpm -r run test",
"version-changesets": "changeset version",
"watch": "pnpm run build --watch"
},
Expand Down

0 comments on commit 787c5d0

Please sign in to comment.