Skip to content

Commit 706c2c3

Browse files
committed
fix: update pre-push hook to use wireit for test:compile
1 parent 68be859 commit 706c2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This is a temporary workaround - future updates should fix the schema generation properly
66
echo "Running all tests except schema tests..."
77
yarn build && \
8-
yarn test:compile && \
8+
yarn wireit test:compile && \
99
yarn test:only && \
1010
yarn test:command-reference && \
1111
yarn test:deprecation-policy && \

0 commit comments

Comments
 (0)