Skip to content

Commit

Permalink
fix build script inside package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszButrymSoftwareMill committed Jan 14, 2025
1 parent cfc294d commit cf5a9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test:ci": "CI=true react-scripts test --maxWorkers 2",
"lint": "eslint --ext .ts,.tsx . && prettier --write ./src",
"eject": "react-scripts eject",
"generate:openapi-types": "npx openapi-codegen gen apiWeb",
"generate:openapi-types": "npx openapi-codegen gen apiWeb --source file --relativePath ../backend/target/openapi.yaml",
"watch:openapi": "chokidar '../backend/target/openapi.yaml' -c 'yarn generate:openapi-types'",
"start:frontend": "yarn start"
},
Expand Down

0 comments on commit cf5a9bc

Please sign in to comment.