2
1
mirror of https://github.com/Thream/api.git synced 2024-07-12 15:50:11 +02:00
api/.husky/pre-commit

7 lines
101 B
Plaintext
Raw Permalink 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
2023-01-11 18:02:38 +01:00
npm run build:typescript