Skip to content

Commit df7d23e

Browse files
committed
ci: update lint fix command
1 parent 297a394 commit df7d23e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm playwright install
2929

3030
- name: 🔠 Fix lint errors
31-
run: pnpm lint --fix
31+
run: pnpm lint:fix
3232

3333
- name: 🧪 Update unit test snapshots
3434
run: pnpm test:unit -u

0 commit comments

Comments
 (0)