Skip to content

Commit

Permalink
[Fix] publish.yml
Browse files Browse the repository at this point in the history
Remove npm build
  • Loading branch information
Guuzzeji committed Aug 22, 2022
1 parent 3e95c37 commit 91e6cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm install && npm run build
run: npm install
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit 91e6cc0

Please sign in to comment.