Alejandra
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
new-frontend/.prettierignore
-
new-frontend/package.json
|
|
@ -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" |
|
|
|
}, |
|
|
|