Skip to content

Commit

Permalink
chore: Remove option
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 20, 2024
1 parent aca331e commit a8313b4
Showing 1 changed file with 1 addition and 1 deletion.
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 --project tsconfig.json --noEmit && tsc-alias --project tsconfig.json --noEmit",
"typecheck": "tsc --project tsconfig.json --noEmit && tsc-alias --project tsconfig.json",
"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

0 comments on commit a8313b4

Please sign in to comment.