Skip to content

Commit 414ce78

Browse files
committed
ci: reset broken .d.ts files (again)
1 parent 4eb79b8 commit 414ce78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ jobs:
312312
- if: steps.filter.outputs.src == 'true'
313313
run: |
314314
pnpm run build-dev
315+
# Reset the broken `.d.ts` files
316+
git add . && git reset --hard
315317
pnpm run test
316318
pnpm --filter e2e run test
317319
git diff --exit-code # Must commit everything

0 commit comments

Comments
 (0)