fix playwright scripts

This commit is contained in:
Matthias 2024-05-24 07:08:21 +02:00
parent b9675ec037
commit 80a54ffba0

View File

@ -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",