diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 21:11:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 21:12:25 +0100 |
| commit | d90bd2b84a7693e3b46e680a7316c6f229efc84c (patch) | |
| tree | 9f55412947b2319f5ca8cd1ff1f3e58cb7417386 /.husky | |
| parent | 84adcb14af7a0e13549f1977a2a5690e978fcf57 (diff) | |
Ungitignores api build output
Diffstat (limited to '.husky')
| -rw-r--r-- | .husky/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af219..d7230e9 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx lint-staged +npx lint-staged && cd api-src && npx tsc && git add ../api |
