Skip to content

Commit

Permalink
feat: fix prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 20, 2024
1 parent 42b9a91 commit f3fc04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm generate

- name: Run Prettier
run: pnpm prettier --check
run: pnpm prettier:check

- name: Run Lint
run: pnpm lint
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"typecheck": "nx run-many --target=typecheck",
"infra": "docker-compose up -d",
"prettier": "prettier . --write",
"prettier:check": "prettier . --check",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
Expand Down

0 comments on commit f3fc04e

Please sign in to comment.