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 1899b13 commit 03dc2b4Copy full SHA for 03dc2b4
.github/workflows/ci.yml
@@ -47,4 +47,4 @@ jobs:
47
run: yarn run lint
48
49
- name: Run prettier
50
- run: yarn run prettier
+ run: yarn run prettier:check
package.json
@@ -9,6 +9,7 @@
9
"start": "next start",
10
"lint": "next lint",
11
"prettier": "npx prettier --config ./.prettierrc --write **/*.{ts,tsx}",
12
+ "prettier:check": "npx prettier --config ./.prettierrc --check **/*.{ts,tsx}",
13
"test": "jest",
14
"test:watch": "jest --watch"
15
},
0 commit comments