From 56354d8ee7c683224e63fc674dee67edde6302c4 Mon Sep 17 00:00:00 2001 From: adi Date: Sat, 12 Feb 2022 19:17:21 +0100 Subject: [PATCH] remove development setting --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 9719ed2..eb9f6cf 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ }, "scripts": { "start": "BROWSER=none PORT=1234 craco start", - "build": "HOST_TYPE=dev craco build", + "build": "HOST_TYPE=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",