diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 00000000..55e09af0 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,6 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npm run lint +npm run build +rm -rf dist \ No newline at end of file