Skip to content

Commit 0eae0fb

Browse files
committed
chore: fix check command
1 parent fd88a78 commit 0eae0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: pnpm install --frozen-lockfile
3636

3737
- name: Run check script
38-
run: pnpm exec tsx scripts/check-rewrite.ts
38+
run: node scripts/check-rewrite.ts

0 commit comments

Comments
 (0)