Skip to content

Commit

Permalink
refactor: 🚀 use yarn to reduce error with tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Mar 5, 2024
1 parent 83d0fdc commit 6b8d7a1
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 719 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
registry-url: 'https://registry.npmjs.com'

- name: 'Install dependencies'
run: npm ci
run: yarn install

- name: 'Build'
run: npm run build
run: yarn build

- name: 'Publish'
run: npm publish
Expand Down
Loading

0 comments on commit 6b8d7a1

Please sign in to comment.