Skip to content

Commit 3b99af9

Browse files
committed
Chore(internal) Fix pre-push hook to run tsc before eslint
1 parent 6610cc9 commit 3b99af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"scripts": {
8282
"prepare": "husky && turbo tsc attw",
8383
"setup": "node ./tools/setup-packages.mjs",
84-
"pretest": "eslint . && turbo tsc && yarn tsc:test",
84+
"pretest": "turbo tsc && eslint . && yarn tsc:test",
8585
"test": "vitest --run packages && node --test integration/**/*.test.*",
8686
"dev": "turbo watch tsc",
8787
"demo": "node --watch-path=packages/ packages/demo/",

0 commit comments

Comments
 (0)