From c10ebea137c11b5803973864f00a4654291598bb Mon Sep 17 00:00:00 2001 From: abdulmohsen Date: Wed, 1 May 2024 18:40:50 +0300 Subject: [PATCH] WebUi #11 --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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