Skip to content

Commit

Permalink
chore: update pr-check script to use 'yarn format' instead of 'yarn p…
Browse files Browse the repository at this point in the history
…rettier'
  • Loading branch information
gabriel-logan committed Feb 15, 2025
1 parent 5275967 commit a5bff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint": "eslint src/**/*.ts tests/**/*.ts",
"lint:fix": "yarn lint --fix",
"format": "prettier --write '**/*.{ts,js}'",
"pr-check": "yarn prettier && yarn lint && yarn build && yarn test"
"pr-check": "yarn format && yarn lint && yarn build && yarn test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a5bff11

Please sign in to comment.