Skip to content

Commit

Permalink
fix: ✏️ Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 24, 2024
1 parent d8b6ddd commit 7e55e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cd ${{ matrix.package }} && bun install

- name: Build
run: bun run Build
run: bun run build

- name: Publish to NPM
run: npm publish --dry-run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: bun install

- name: Test
run: bun run test
run: bun test

0 comments on commit 7e55e58

Please sign in to comment.