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