fix: keep playwright out of package.json

It slipped in from a local UI check. The Docker build installs devDependencies,
and playwright's postinstall would try to download browsers there - the same
class of failure as the tsx/esbuild one.
This commit is contained in:
2026-08-19 07:50:59 +00:00
parent 210a84dcf8
commit aeea706eb6
2 changed files with 0 additions and 49 deletions
-1
View File
@@ -36,7 +36,6 @@
"@types/pg": "^8.11.10",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"playwright": "^1.62.1",
"typescript": "^5.7.2"
}
}