Skip to content

Commit

Permalink
[compiler] Remove playground postinstall script
Browse files Browse the repository at this point in the history
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: #29841
  • Loading branch information
poteto committed Jun 11, 2024
1 parent a714685 commit ae0525f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"vercel-build": "yarn workspaces run build",
"start": "next start",
"lint": "next lint",
"postinstall": "yarn playwright install",
"test": "playwright test"
},
"dependencies": {
Expand Down

0 comments on commit ae0525f

Please sign in to comment.