fix: ✏️ Fix typos

This commit is contained in:
Jesse Wierzbinski 2024-08-24 15:17:20 +02:00
parent d8b6dddfe1
commit 7e55e58a9d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
run: cd ${{ matrix.package }} && bun install run: cd ${{ matrix.package }} && bun install
- name: Build - name: Build
run: bun run Build run: bun run build
- name: Publish to NPM - name: Publish to NPM
run: npm publish --dry-run run: npm publish --dry-run

View file

@ -23,4 +23,4 @@ jobs:
run: bun install run: bun install
- name: Test - name: Test
run: bun run test run: bun test