We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e709c0 commit 2abacc9Copy full SHA for 2abacc9
frontend/package.json
@@ -50,10 +50,9 @@
50
"scripts": {
51
"start": "vite",
52
"dev": "vite",
53
- "clean": "rimraf ./src/generated-sources",
54
"compile": "pnpm gen:sources && tsc --noEmit",
55
- "gen:sources": "pnpm clean && openapi-generator-cli generate",
56
- "build": "pnpm compile && vite build",
+ "gen:sources": "rimraf ./src/generated-sources && openapi-generator-cli generate",
+ "build": "rimraf ./src/generated-sources && openapi-generator-cli generate && tsc --noEmit && vite build",
57
"preview": "vite preview",
58
"lint": "eslint --ext .tsx,.ts src/",
59
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
frontend/src/react-app-env.d.ts
0 commit comments