diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ca51a80..92adde6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -33,7 +33,7 @@ jobs: - run: pnpm install - name: Export the matrix for testing id: deploy-matrix - run: nx run @infra/azure-functions:github-actions + run: pnpm exec nx run @infra/azure-functions:github-actions build: runs-on: ${{ matrix.os }} @@ -61,4 +61,4 @@ jobs: - run: pnpm build - name: Build the project - run: nx run @examples/with-${{ matrix.runtime }}:build + run: pnpm exec nx run @examples/with-${{ matrix.runtime }}:build diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea4bbc6..2f8adcc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,7 +82,7 @@ importers: specifier: ^5.4.5 version: 5.4.5 - examples/with-nodejs: + examples/with-node: dependencies: '@hono/node-server': specifier: ^1.8.1