Skip to content

Commit 2bf7ec8

Browse files
committed
workflow changes 123456
1 parent 3c464b4 commit 2bf7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
# Remove unused imports
165165
npx ts-remove-unused-imports api/
166166
npx ts-remove-unused-imports ui/
167-
npx ts-remove-unused-imports upload-api
167+
npx ts-remove-unused-imports upload-api/
168168
169169
# Remove missing imports
170170
npx ts-prune | awk '{print $1}' | xargs -I {} sed -i '/import/d' {}

0 commit comments

Comments
 (0)