Skip to content

Commit d1cb630

Browse files
committed
fix: double build verification before git push
1 parent ca15ee3 commit d1cb630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.husky/pre-push

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
npm run build
55
if [ -z "${SKIP_TEST_RUN_GITHUB}" ]; then
6-
npm run build
76
npm run lint
87
else
98
echo "skipping test run as GitHub Actions environment test run skip is set"

0 commit comments

Comments
 (0)