Skip to content

Commit 77e1f9c

Browse files
committed
debug format bug on CI
1 parent bd209dc commit 77e1f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
npx playwright install
2424
- name: check formatting
2525
run: |
26-
npm run prettier:check
26+
npm run prettier
27+
git diff
2728
- name: build
2829
run: |
2930
npm run clean

0 commit comments

Comments
 (0)