mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 22:28:51 +01:00
chore: update GitHub Actions workflow to install and build data-provider and client dependencies
This commit is contained in:
parent
f741a59ec4
commit
86deb4d19a
1 changed files with 8 additions and 2 deletions
10
.github/workflows/client.yml
vendored
10
.github/workflows/client.yml
vendored
|
|
@ -24,10 +24,16 @@ jobs:
|
|||
with:
|
||||
node-version: '20.x'
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install data-provider dependencies
|
||||
run: cd packages/data-provider && npm ci
|
||||
|
||||
- name: Build data-provider
|
||||
run: cd packages/data-provider && npm run build
|
||||
|
||||
- name: Install client dependencies
|
||||
run: cd packages/client && npm ci
|
||||
|
||||
- name: Build
|
||||
- name: Build client
|
||||
run: cd packages/client && npm run build
|
||||
|
||||
- name: Set up npm authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue