chore: add skip tests flag

This commit is contained in:
zoruka 2022-12-02 12:28:26 -03:00 committed by EmperorOrokuSaki
parent 13c5b44e85
commit 98385972ea
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
if [[ $* == *--skip-tests* ]]
then
exit 0
fi
yarn test