Remove old merge mistake - auto merge adding lines to Makefile
This commit is contained in:
parent
e5885d8772
commit
dbcd3573c4
4
Makefile
4
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user