Skip to content

Commit

Permalink
Edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ductinhkx97 committed Oct 16, 2023
1 parent eecd180 commit 83804b0
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 @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm i && npm run build
run: yarn && yarn build:lib
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit 83804b0

Please sign in to comment.