fix(e2e): add e2e script to package.json

Missing script caused ERR_PNPM_NO_SCRIPT in CI E2E step.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-05 14:06:49 +00:00
committed by Gandalf the Greybeard [agent]
parent 097ac48ecf
commit 00df4a829f
+2 -1
View File
@@ -23,7 +23,8 @@
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"e2e": "playwright test"
},
"peerDependencies": {
"react": "^18.0.0",