diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16b42edf..6160cbc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,12 @@ jobs: - uses: bahmutov/npm-install@v1 with: working-directory: frontend - install-command: yarn install --production --prefer-offline --frozen-lockfile && yarn run generate + install-command: yarn --production --prefer-offline --frozen-lockfile + + - uses: bahmutov/npm-install@v1 + with: + working-directory: frontend + install-command: yarn run generate - name: Update Version File uses: arabcoders/write-version-to-file@master