We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acda40 commit 0c23d2aCopy full SHA for 0c23d2a
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm run lint
41
42
- name: Check Prettier formatting
43
- run: npx prettier --check .
+ run: npm run format
44
45
build:
46
name: Build & Test
0 commit comments