Remove old merge mistake - auto merge adding lines to Makefile

This commit is contained in:
Linh Tran 2023-12-04 21:44:21 +07:00
parent e5885d8772
commit dbcd3573c4

View File

@ -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