Skip to content

Commit

Permalink
fix: lint, tsc, prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vucinatim committed May 29, 2024
1 parent c125d67 commit f3c2367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zodios-client-template.hbs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"web": "infisical run -- expo start --web -c",
"gen-api": "infisical run --path='/frontend' --command 'openapi-zod-client \"$EXPO_PUBLIC_API_URL/docs/bundle.yml\" -o './api/index.ts' -t ./scripts/zodios-client-template.hbs' && prettier --write ./api/index.ts",
"lint": "eslint .",
"format-check": "prettier --check . --ignore-path .gitignore",
"format-fix": "prettier --write . --ignore-path .gitignore",
"format-check": "prettier --check .",
"format-fix": "prettier --write .",
"prepare": "husky",
"eas-build-pre-install": "./scripts/infisical.sh"
},
Expand Down

0 comments on commit f3c2367

Please sign in to comment.