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 9c4a83a commit 7b0b028Copy full SHA for 7b0b028
.husky/pre-push
@@ -1,8 +1,8 @@
1
-#!/bin/sh
+#!/bin/bash
2
. "$(dirname "$0")/_/husky.sh"
3
4
npm run build
5
-if [[ -z "${SKIP_TEST_RUN_GITHUB}" ]]; then
+if [ -z "${SKIP_TEST_RUN_GITHUB}" ]; then
6
npm run test
7
else
8
echo "skipping test run as GitHub Actions environment test run skip is set"
0 commit comments