Alejandra
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
new-frontend/package.json
|
|
@ -6,6 +6,7 @@ |
|
|
|
"scripts": { |
|
|
|
"dev": "vite", |
|
|
|
"build": "tsc && vite build", |
|
|
|
"lint": "eslint ./src --ext .ts,.tsx --fix", |
|
|
|
"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" |
|
|
|