From aa7f51e3fb81ade19e017afeb16935f6085a7e0a Mon Sep 17 00:00:00 2001 From: Bhoomi Joshi Date: Wed, 12 Jul 2023 19:47:15 +0530 Subject: [PATCH] include dev dependencies for npm ci (#833) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bce39a85..fba0b394 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\"",