chore: remove skip tests flag
This commit is contained in:
parent
98385972ea
commit
58242f6b51
|
|
@ -1,9 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
if [[ $* == *--skip-tests* ]]
|
|
||||||
then
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
yarn test
|
yarn test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue