diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2092fe..5bac921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,8 @@ jobs: cache-dependency-path: 'web/package-lock.json' - name: Install dependencies - run: npm ci + working-directory: web + run: npm i - name: Run build in web/ working-directory: web