mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
reset back to npm ci
This commit is contained in:
parent
d5e062eeed
commit
12b7e9a6bb
2 changed files with 2 additions and 4 deletions
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
|
|
@ -15,8 +15,7 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install
|
||||
run: npm ci
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.32.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"playwright": "^1.32.1"
|
||||
"cross-env": "^7.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue