mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 00:18:19 +01:00
fix: ✏️ Fix typos
This commit is contained in:
parent
d8b6dddfe1
commit
7e55e58a9d
2
.github/workflows/test-publish.yml
vendored
2
.github/workflows/test-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
run: bun install
|
||||
|
||||
- name: Test
|
||||
run: bun run test
|
||||
run: bun test
|
||||
|
|
|
|||
Loading…
Reference in a new issue