diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e45e81b..ba79595 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,9 @@ jobs: with: node-version: 20 - - run: npm i + - name: Install client dependencies + working-directory: ./client + run: npm i - name: Package Extension id: packageExtension