mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
fix playwright scripts
This commit is contained in:
parent
b9675ec037
commit
80a54ffba0
|
@ -11,9 +11,9 @@
|
|||
"check-types": "vue-tsc --noEmit",
|
||||
"lint": "eslint src tests e2e",
|
||||
"lint-ci": "eslint --no-fix src tests e2e",
|
||||
"test:e2e": "pnpm run playwright test",
|
||||
"test:e2e-chromium": "pnpm run playwright test --project=chromium",
|
||||
"test:e2e-msedge": "pnpm run playwright test --project=msedge"
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e-chromium": "playwright test --project=chromium",
|
||||
"test:e2e-msedge": "playwright test --project=msedge"
|
||||
},
|
||||
"dependencies": {
|
||||
"@noction/vue-draggable-grid": "1.9.16",
|
||||
|
|
Loading…
Reference in New Issue
Block a user