Skip to content

Commit

Permalink
chore: only run typecheck on pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 19, 2024
1 parent 5ee5e7d commit f6af64a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-push": "pnpm typecheck && pnpm format && pnpm test"
"pre-push": "pnpm typecheck"
}
}
}
6 changes: 4 additions & 2 deletions packages/better-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"lint:fix": "biome check . --apply",
"typecheck": "tsc --noEmit"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module"
}
}

0 comments on commit f6af64a

Please sign in to comment.