Skip to content

Commit 870cfa9

Browse files
committed
workflow changes 123456
1 parent 8eb2b01 commit 870cfa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ jobs:
162162
fi
163163
164164
# Remove unused imports
165-
npx ts-remove-unused-imports
165+
npx ts-remove-unused-imports api/
166+
npx ts-remove-unused-imports ui/
167+
npx ts-remove-unused-imports upload-api
166168
167169
# Remove missing imports
168170
npx ts-prune | awk '{print $1}' | xargs -I {} sed -i '/import/d' {}

0 commit comments

Comments
 (0)