Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aatauil authored Mar 5, 2023
1 parent bd086e6 commit 86271d0
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 @@ -13,7 +13,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm i && npm run prepare
run: npm i && npm run build
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit 86271d0

Please sign in to comment.