Skip to content

Commit 075c3be

Browse files
committed
gto
1 parent 78332c5 commit 075c3be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/check_unstaged.sh

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

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

0 commit comments

Comments
 (0)