Skip to content

Commit b2028b1

Browse files
committed
approving postinstall scripts
1 parent 1133ac8 commit b2028b1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ runs:
3939

4040
- run: pnpm install ${{ fromJSON('{"false":"--no-lockfile", "true":"--frozen-lockfile"}')[inputs.use_lockfile] }}
4141
shell: bash
42-
43-
- run: pnpm puppeteer browsers install chrome
44-
shell: bash

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
"pnpm": {
172172
"overrides": {
173173
"rollup": "^4.2.0"
174-
}
174+
},
175+
"onlyBuiltDependencies": ["@swc/core", "core-js", "esbuild", "puppeteer"]
175176
},
176177
"peerDependencies": {
177178
"@glimmer/component": ">= 1.1.2"

0 commit comments

Comments
 (0)