Skip to content

Commit

Permalink
chore: add ignore-scripts option (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoki07 authored Mar 25, 2024
1 parent 64b1d2c commit e80b281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm install --ignore-scripts
- id: changesets
uses: changesets/action@v1
with:
Expand All @@ -24,4 +24,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CI: true

0 comments on commit e80b281

Please sign in to comment.