Skip to content

Commit

Permalink
Ignore client folder (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored Mar 8, 2024
1 parent 88c162b commit fba645a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions new-frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/client/
2 changes: 1 addition & 1 deletion new-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md}",
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md} --ignore-path .prettierignore",
"preview": "vite preview",
"generate-client": "openapi --input ./openapi.json --useOptions --useUnionTypes --output ./src/client --client axios --exportSchemas true"
},
Expand Down

0 comments on commit fba645a

Please sign in to comment.