[compiler] Remove playground postinstall script
The ci step for the playground already installs playwright browsers so this step was unnecessary. It also doesn't work internally for our sync scripts ghstack-source-id: d6e761563759739cfdab0b65f55222f9a9346e8a Pull Request resolved: https://github.com/facebook/react/pull/29841
Lauren Tan committed
Jun 10, 2024 at 20:26 UTC
ae0525f8f2e85d00758ad73b929d4aa0f3d0a061
1 file changed
-1
compiler/apps/playground/package.json
-1
@@ -8,7 +8,6 @@
8
"vercel-build": "yarn workspaces run build",
9
"start": "next start",
10
"lint": "next lint",
11
- "postinstall": "yarn playwright install",
11
"test": "playwright test"
12
},
13
"dependencies": {