Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Shnaidman committed Nov 18, 2020
1 parent ec4430d commit 9eb71ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kafka-ui-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
]
},
"scripts": {
"copy-openapi-client": "rm -rf ./src/generated-sources && cp -R ../kafka-ui-contract/target/generated-sources/frontend ./src/generated-sources",
"start": "npm run copy-openapi-client && react-scripts start",
"build": "npm run copy-openapi-client && react-scripts build",
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "esprint check",
"lint:fix": "esprint check --fix",
"test": "react-scripts test",
Expand Down

0 comments on commit 9eb71ea

Please sign in to comment.