From f59752144c706be1c6d94ed92bde4975b50ae718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarc=C3=ADsio=20Zotelli=20Ferraz?= Date: Wed, 6 Sep 2023 20:40:53 -0300 Subject: [PATCH] fix preinstall (#846) Co-authored-by: Tarcisio Ferraz --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fda2273..ed899f4a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ } }, "scripts": { - "preinstall": "cd ./bfx-hf-ui-core && npm install", + "preinstall": "cd ./bfx-hf-ui-core && npm install --omit='optional'", "build-css": "cd ./bfx-hf-ui-core && npm run build-css", "watch-css": "cd ./bfx-hf-ui-core && npm run watch-css", "start-server": "cross-env concurrently --kill-others \"npm run start-api-server\" \"npm run start-ds-bitfinex\"",