Skip to content

Commit ae0525f

Browse files
committed
[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: d6e7615 Pull Request resolved: #29841
1 parent a714685 commit ae0525f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/apps/playground/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"vercel-build": "yarn workspaces run build",
99
"start": "next start",
1010
"lint": "next lint",
11-
"postinstall": "yarn playwright install",
1211
"test": "playwright test"
1312
},
1413
"dependencies": {

0 commit comments

Comments
 (0)