💚 ci: Add .lock file

This commit is contained in:
Martial BE
2024-04-02 14:16:08 +08:00
parent c80f81b177
commit 18bb1cd904
7 changed files with 10317 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ all: one-api
web: $(WEBDIR)/build
$(WEBDIR)/build:
cd $(WEBDIR) && npm install && REACT_APP_VERSION=$(VERSION) npm run build
cd $(WEBDIR) && yarn install && REACT_APP_VERSION=$(VERSION) yarn run build
one-api: web
$(GOBUILD) -o $(DISTDIR)/$(NAME)