Skip to content

Commit

Permalink
�️�️Upgrade packages and mini fix in typescript type
Browse files Browse the repository at this point in the history
  • Loading branch information
dapize committed Feb 5, 2024
1 parent e8c6192 commit ff9da66
Show file tree
Hide file tree
Showing 7 changed files with 6,573 additions and 3,647 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint
run: npm run lint

- name: Test
run: yarn test:coverage
run: npm run test:coverage

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

0 comments on commit ff9da66

Please sign in to comment.