Skip to content

Commit

Permalink
ci: remove bootstrap step from deploy workflow (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious authored Sep 25, 2023
1 parent cf2533f commit aa0ae64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run bootstrap
# Make sure the working tree is clean
- run: git reset --hard HEAD
- run: npm config set "//registry.npmjs.org/:_authToken" ${{ secrets.NPM_TOKEN }}
Expand All @@ -43,7 +42,6 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run bootstrap
# Make sure the working tree is clean
- run: git reset --hard HEAD
- run: npm config set "//registry.npmjs.org/:_authToken" ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit aa0ae64

Please sign in to comment.