Skip to content

Commit

Permalink
Merge pull request #1617 from glimmerjs/ignore-scripts-during-publish
Browse files Browse the repository at this point in the history
Use ignore-scripts during publish, as we don't need to install browsers during publish
  • Loading branch information
NullVoxPopuli authored Sep 12, 2024
2 parents 754f1e8 + 1889d2c commit 722d030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- uses: wyvox/action-setup-pnpm@v3
with:
args: '--ignore-scripts'
node-version: 20.1.0
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
node-registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 722d030

Please sign in to comment.