1
0
Fork 0
forked from Mirrors/gomuks
nyxmuks/.pre-commit-tsc.sh
2024-12-01 23:49:30 +02:00

5 lines
108 B
Bash
Executable file

#!/usr/bin/env bash
cd web > /dev/null
if [[ -f "./node_modules/.bin/tsc" ]]; then
tsc --build --noEmit
fi