Skip to content

Commit

Permalink
chore: Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 19, 2024
1 parent 8e50cfc commit 5b8628d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit",
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky",
"graphql:gen": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen -r dotenv/config",
"gen:theme-typings": "chakra-cli tokens ./lib/shared/services/chakra/themes/bal/bal.theme.ts",
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"dependsOn": ["graphql:gen", "^typecheck"]
},
"test:unit": {
"dependsOn": ["build", "^test:unit"]
"dependsOn": ["graphql:gen", "^test:unit"]
},
"test:integration": {
"dependsOn": ["build", "^test:integration"]
"dependsOn": ["graphql:gen", "^test:integration"]
},
"graphql:gen": {
"dependsOn": ["^graphql:gen"],
Expand Down

0 comments on commit 5b8628d

Please sign in to comment.