Skip to content

Commit 722d030

Browse files
Merge pull request #1617 from glimmerjs/ignore-scripts-during-publish
Use ignore-scripts during publish, as we don't need to install browsers during publish
2 parents 754f1e8 + 1889d2c commit 722d030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
- uses: wyvox/action-setup-pnpm@v3
5454
with:
55+
args: '--ignore-scripts'
5556
node-version: 20.1.0
5657
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5758
node-registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)