Skip to content

Commit

Permalink
Chore(internal) Fix pre-push hook to run tsc before eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 29, 2024
1 parent 6610cc9 commit 3b99af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"scripts": {
"prepare": "husky && turbo tsc attw",
"setup": "node ./tools/setup-packages.mjs",
"pretest": "eslint . && turbo tsc && yarn tsc:test",
"pretest": "turbo tsc && eslint . && yarn tsc:test",
"test": "vitest --run packages && node --test integration/**/*.test.*",
"dev": "turbo watch tsc",
"demo": "node --watch-path=packages/ packages/demo/",
Expand Down

0 comments on commit 3b99af9

Please sign in to comment.