From f7a8c56605f082df5967373a2e2fb1768de25157 Mon Sep 17 00:00:00 2001 From: Adrian-Stefan Mares Date: Fri, 12 Nov 2021 10:55:12 +0100 Subject: [PATCH] dev: Do not clean DLL --- .github/workflows/release-tag.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 32ae0e239f..79b060b4db 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -96,10 +96,8 @@ jobs: - name: Install JS dependencies run: tools/bin/mage js:deps timeout-minutes: 5 - - name: Build DLLs - run: tools/bin/mage js:buildDll - name: Build frontend - run: tools/bin/mage js:clean js:build + run: tools/bin/mage js:clean js:buildDll js:build - name: File versioning run: tools/bin/mage version:files - name: Check for diff