diff --git a/ui/package.json b/ui/package.json index eb9f6cf..4aeddb2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ }, "scripts": { "start": "BROWSER=none PORT=1234 craco start", - "build": "HOST_TYPE=craco build", + "build": "craco build", "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",