Skip to content

Commit e8e93f4

Browse files
committed
chore: remove formatting check to hooks for time being due to failing CI issues
1 parent 62d4c63 commit e8e93f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm lint:check && pnpm test:check
1+
pnpm lint:check && pnpm run prettier:check && pnpm test:check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "turbo build",
77
"dev": "turbo dev",
88
"lint": "pnpm run prettier:format && turbo lint",
9-
"lint:check": "pnpm run prettier:check && turbo lint:check",
9+
"lint:check": "turbo lint:check",
1010
"test": "turbo test",
1111
"test:check": "turbo test:check",
1212
"format": "prettier --write \"**/*.{ts,tsx,md}\"",

0 commit comments

Comments
 (0)