From 7e55e58a9dc21e73332c3e938deb047f30659d58 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 24 Aug 2024 15:17:20 +0200 Subject: [PATCH] fix: :pencil2: Fix typos --- .github/workflows/test-publish.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 56e3f4e..7ce5837 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d07044..8bcff8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,4 +23,4 @@ jobs: run: bun install - name: Test - run: bun run test + run: bun test