Skip to content

Commit

Permalink
approving postinstall scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 25, 2025
1 parent 1133ac8 commit b2028b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ runs:

- run: pnpm install ${{ fromJSON('{"false":"--no-lockfile", "true":"--frozen-lockfile"}')[inputs.use_lockfile] }}
shell: bash

- run: pnpm puppeteer browsers install chrome
shell: bash
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
"pnpm": {
"overrides": {
"rollup": "^4.2.0"
}
},
"onlyBuiltDependencies": ["@swc/core", "core-js", "esbuild", "puppeteer"]
},
"peerDependencies": {
"@glimmer/component": ">= 1.1.2"
Expand Down

0 comments on commit b2028b1

Please sign in to comment.