Disable tsc linting

This commit is contained in:
Austin Chen 2021-12-18 15:18:58 -08:00
parent 191742c88f
commit 95e7b0970d

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
cd web npx pretty-quick --staged
npx lint-staged # Disable tsc lint for now, cuz it's been annoying
# cd web
# npx lint-staged