Skip to content

Commit d6dd39f

Browse files
committed
:|
1 parent fe8f85d commit d6dd39f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check_unstaged.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -euo pipefail
55
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
66
cdroot
77

8+
cat site/src/api/typesGenerated.ts
9+
810
FILES="$(git ls-files --other --modified --exclude-standard)"
911
if [[ "$FILES" != "" ]]; then
1012
mapfile -t files <<<"$FILES"

0 commit comments

Comments
 (0)