From 31913d888ec6a8b268f5edec856b923fa8f3c25a Mon Sep 17 00:00:00 2001 From: 0xF7A4C6 <0xF7A4C6@proton.me> Date: Sat, 12 Aug 2023 08:53:08 +0200 Subject: [PATCH] Update Makefile Remove npm --- scripts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index 92b6e48..e4effaf 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -16,7 +16,7 @@ install: cls||clear pip install -r requirements.txt || pip3 install -r requirements.txt cd ../cmd/implex && go get . - cd ../cmd/engine && npm i + cd ../cmd/engine && go get . cd ../cmd/ai && mkdir imgs implex: @@ -37,4 +37,4 @@ debug: scrape: cls||clear - cd ../cmd/implex && go run . scrape \ No newline at end of file + cd ../cmd/implex && go run . scrape