mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-25 12:48:53 +01:00
fix: correct frontend:ci script to include client package build
This commit is contained in:
parent
55bda03d19
commit
e2b1cc607f
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
"build:data-schemas": "cd packages/data-schemas && npm run build",
|
||||
"build:client-package": "cd packages/client && npm run build",
|
||||
"frontend": "npm run build:data-provider && npm run build:data-schemas && npm run build:api && npm run build:client-package && cd client && npm run build",
|
||||
"frontend:ci": "npm run build:data-provider && cd client && npm run build:ci",
|
||||
"frontend:ci": "npm run build:data-provider && npm run build:client-package && cd client && npm run build:ci",
|
||||
"frontend:dev": "cd client && npm run dev",
|
||||
"e2e": "playwright test --config=e2e/playwright.config.local.ts",
|
||||
"e2e:headed": "playwright test --config=e2e/playwright.config.local.ts --headed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue