Fix e2e tests by removing installed running quotes before running (#2407)

This commit is contained in:
Zane
2025-05-01 09:31:47 -07:00
committed by GitHub
parent 1e3c40a0ed
commit 37ed707dd6
5 changed files with 114 additions and 61 deletions
+1
View File
@@ -24,6 +24,7 @@
"test-e2e:ui": "npm run generate-api && playwright test --ui",
"test-e2e:debug": "npm run generate-api && playwright test --debug",
"test-e2e:report": "playwright show-report",
"test-e2e:single": "npm run generate-api && playwright test -g",
"lint": "eslint \"src/**/*.{ts,tsx}\" --fix --no-warn-ignored",
"lint:check": "eslint \"src/**/*.{ts,tsx}\" --max-warnings 0 --no-warn-ignored",
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",