Skip to content

Commit

Permalink
chore: migrate to native typesync pnpm monorepo support
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Aug 21, 2024
1 parent cf36768 commit 61afdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"format": "prettier . --write",
"format:check": "prettier . --check",
"manypkg": "manypkg check",
"typesync": "pnpm -r exec typesync",
"typesync:check": "pnpm -r exec typesync --dry=fail",
"typesync": "typesync",
"typesync:check": "typesync --dry=fail",
"check-deduped-deps": "pnpm dedupe --check",
"merge-checks": "turbo run typecheck lint format:check manypkg typesync:check check-deduped-deps"
},
Expand Down

0 comments on commit 61afdc9

Please sign in to comment.