From 9d735f00bad879207d3bde031349eca1ec768793 Mon Sep 17 00:00:00 2001 From: Felipe Morato Date: Thu, 9 Mar 2023 10:17:29 +0200 Subject: [PATCH] Fix pnpm update command --- .github/workflows/pnpm-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pnpm-dependabot.yml b/.github/workflows/pnpm-dependabot.yml index 1c3977402..672b9a00f 100644 --- a/.github/workflows/pnpm-dependabot.yml +++ b/.github/workflows/pnpm-dependabot.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.ref }} - - run: pnpm i --lockfile-only + - run: pnpm i --lockfile-only --prefix swift_browser_ui_frontend - run: | git config --global user.name github-actions[bot] git config --global user.email github-actions[bot]@users.noreply.github.com