Skip to content

Commit ca15ee3

Browse files
committed
build: do build and lint as pre push validation
1 parent bfac013 commit ca15ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/pre-push

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

44
npm run build
55
if [ -z "${SKIP_TEST_RUN_GITHUB}" ]; then
6-
npm run test
6+
npm run build
7+
npm run lint
78
else
89
echo "skipping test run as GitHub Actions environment test run skip is set"
910
fi

0 commit comments

Comments
 (0)