Skip to content

Commit cf5a9bc

Browse files
author
Bartosz Butrym
committed
fix build script inside package.json
1 parent cfc294d commit cf5a9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test:ci": "CI=true react-scripts test --maxWorkers 2",
4343
"lint": "eslint --ext .ts,.tsx . && prettier --write ./src",
4444
"eject": "react-scripts eject",
45-
"generate:openapi-types": "npx openapi-codegen gen apiWeb",
45+
"generate:openapi-types": "npx openapi-codegen gen apiWeb --source file --relativePath ../backend/target/openapi.yaml",
4646
"watch:openapi": "chokidar '../backend/target/openapi.yaml' -c 'yarn generate:openapi-types'",
4747
"start:frontend": "yarn start"
4848
},

0 commit comments

Comments
 (0)