From ced42b3aa5d69f0bab3b5d2a2c25f20577382876 Mon Sep 17 00:00:00 2001 From: Thada Wangthammang Date: Mon, 6 May 2024 00:48:21 +0700 Subject: [PATCH] fix: pnpm lockfile --- .github/workflows/e2e.yml | 4 ++-- pnpm-lock.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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