Skip to content

Commit

Permalink
fix checks.yml github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Jan 8, 2024
1 parent fd1d629 commit 43a3730
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 @@
"build": "npm run generate:schema; npm run generate:emails; rm -rf lib && tsc && ./scripts/copyfiles.sh",
"lint": "eslint --ext .ts ./src",
"format": "prettier --write .",
"checks": "prettier --check . && npm run lint && make codegen && tsc --noEmit --pretty",
"checks": "prettier --check . && npm run lint && make typegen && make codegen && tsc --noEmit --pretty",
"db:migrate": "npx squid-typeorm-migration apply",
"get-graphql-schema": "./scripts/get-graphql-schema.sh",
"processor-start": "node -r dotenv-expand/config lib/processor.js",
Expand Down

0 comments on commit 43a3730

Please sign in to comment.