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