From 9eb71ea79fff58b4ba839fd4e88d858576c59539 Mon Sep 17 00:00:00 2001 From: Sofia Shnaidman Date: Thu, 19 Nov 2020 00:21:11 +0300 Subject: [PATCH] Cleanup. --- kafka-ui-react-app/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index 3755fbb94508..43e31221fbae 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -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",