chore: revert pre-commit hook to not change state (#8200)

This commit is contained in:
DD
2022-06-30 12:47:27 +03:00
committed by GitHub
parent 27d8deb471
commit 525bf031a5

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && yarn format && git add .
yarn build && yarn lint && yarn test