Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Remove npm
  • Loading branch information
0xF7A4C6 authored Aug 12, 2023
1 parent d88d2fd commit 31913d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -37,4 +37,4 @@ debug:

scrape:
cls||clear
cd ../cmd/implex && go run . scrape
cd ../cmd/implex && go run . scrape

0 comments on commit 31913d8

Please sign in to comment.