From dbcd3573c4eab03fafb66c866b2ac6fec0366d88 Mon Sep 17 00:00:00 2001 From: Linh Tran Date: Mon, 4 Dec 2023 21:44:21 +0700 Subject: [PATCH] Remove old merge mistake - auto merge adding lines to Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 76dff5614..13618cf6a 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,6 @@ endif # Installs yarn dependencies and builds core and extensions install-and-build: build-uikit ifeq ($(OS),Windows_NT) - powershell -Command "yarn config set network-timeout 300000; \ - $$env:NITRO_VERSION = Get-Content .\\plugins\\inference-plugin\\nitro\\version.txt; \ - Write-Output \"Nitro version: $$env:NITRO_VERSION\"; yarn build:core; yarn install; yarn build:plugins" -else yarn config set network-timeout 300000 endif yarn build:core