mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +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:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: npm ci
|
||||||
npm install
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.32.1",
|
"@playwright/test": "^1.32.1",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3"
|
||||||
"playwright": "^1.32.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue