Skip to content

Commit 94916f3

Browse files
committed
ci: fix contributors gh action
1 parent 478a741 commit 94916f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci
2626

2727
- name: Run contributors script
28-
run: npx ts-node --esm scripts/contributors/contributors.ts
28+
run: npm run contributors
2929

3030

3131
- name: Commit and push changes

0 commit comments

Comments
 (0)