diff --git a/ui/package.json b/ui/package.json index 5cf8801..219ca83 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,6 +59,7 @@ "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",