Skip to content

Commit

Permalink
fix: correct ci-check script to include yarn format:check
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Nov 15, 2024
1 parent b6dbb97 commit c52b5c6
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 @@ -13,7 +13,7 @@
"format:write": "prettier --write .",
"test:unit": "vitest",
"typecheck": "tsc --noEmit",
"ci-check": "yarn typecheck && yarn lint && yarn test:unit && format:check",
"ci-check": "yarn typecheck && yarn lint && yarn test:unit && yarn format:check",
"codegen:graphql": "graphql-codegen --require tsconfig-paths/register --config codegen.ts",
"codegen:all-rest-services": "orval",
"codegen:covers": "rm -rf src/lib/rest/cover-service-api/generated/model/*.* && orval --project coverService",
Expand Down

0 comments on commit c52b5c6

Please sign in to comment.