We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfac013 commit fafefd8Copy full SHA for fafefd8
.husky/pre-push
@@ -3,7 +3,8 @@
3
4
npm run build
5
if [ -z "${SKIP_TEST_RUN_GITHUB}" ]; then
6
- npm run test
+ npm run build
7
+ npm run lint
8
else
9
echo "skipping test run as GitHub Actions environment test run skip is set"
10
fi
0 commit comments