diff --git a/ui/package.json b/ui/package.json index 219ca83f..5cf8801b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,6 @@ "scripts": { "start": "BROWSER=none PORT=1234 craco start", "build": "craco build", - "eject": "react-scripts eject", "test": "npm run lint && npm run jest -- --watchAll=false", "test:ci": "npm run lint && npm run jest:ci", "lint": "npm run lint:types & npm run lint:eslint",