Skip to content

Commit

Permalink
Removed npm install from Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Ford committed Oct 3, 2023
1 parent 5248156 commit 5d54737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org/'
scope: 'next-buefy'
- run: npm install
- run: npm ci
- run: npm publish --access public
env:
Expand Down

0 comments on commit 5d54737

Please sign in to comment.