2
1
mirror of https://github.com/Thream/api.git synced 2024-07-21 03:38:31 +02:00
api/.husky/pre-commit

6 lines
76 B
Plaintext
Raw Normal View History

2021-10-24 04:06:16 +02:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2021-10-24 04:18:18 +02:00
npm run lint:staged
2021-10-24 04:06:16 +02:00
npm run build