Skip to content

Commit

Permalink
Get rid of inner pnpm tasks. Circumvent eirslett/frontend-maven-plugi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Mar 16, 2024
1 parent 0e709c0 commit f9fa7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@
"scripts": {
"start": "vite",
"dev": "vite",
"clean": "rimraf ./src/generated-sources",
"compile": "pnpm gen:sources && tsc --noEmit",
"gen:sources": "pnpm clean && openapi-generator-cli generate",
"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",
"preview": "vite preview",
"lint": "eslint --ext .tsx,.ts src/",
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/react-app-env.d.ts

This file was deleted.

0 comments on commit f9fa7dd

Please sign in to comment.