From 259119cfdbd8d4d2ecc00ec713cc8f4f2ab001c4 Mon Sep 17 00:00:00 2001 From: adi Date: Sat, 12 Feb 2022 19:18:14 +0100 Subject: [PATCH] fix typo --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",