Skip to content

Commit

Permalink
chore: Skip prettier for now
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 18, 2024
1 parent e846d14 commit 8cd0515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
uses: ./.github/actions/setup
- name: Run lint
run: pnpm lint
- name: Run prettier
run: pnpm prettier
# TODO - re-enable prettier after formatting once switched from old repo
# - name: Run prettier
# run: pnpm prettier
- name: Run stylelint
run: pnpm stylelint

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:unit": "turbo test:unit",
"test:integration": "turbo test:integration",
"typecheck": "turbo typecheck",
"prettier": "prettier --check '**/*.*(md|json|yaml|ts|js|tsx)' --loglevel warn",
"prettier": "prettier --check '**/*.*(md|json|yaml|ts|js|tsx)' --log-level warn",
"prettier:fix": "pnpm run prettier --write",
"stylelint": "stylelint '**/*.css'",
"stylelint:fix": "pnpm run stylelint -- --fix",
Expand Down

0 comments on commit 8cd0515

Please sign in to comment.