From 14bdb418df45fb4585dd92c72cea7a222bab17bf Mon Sep 17 00:00:00 2001 From: reisxd <29177546+reisxd@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:34:10 +0300 Subject: [PATCH] feat: clean up transpiled code --- .github/workflows/build-new-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-new-release.yaml b/.github/workflows/build-new-release.yaml index 2a82626..aa865e1 100644 --- a/.github/workflows/build-new-release.yaml +++ b/.github/workflows/build-new-release.yaml @@ -34,6 +34,11 @@ jobs: run: | ncc build service.js -o ../dist rm -r node_modules + + - name: Clean up transpiled files + working-directory: tizenbrew-app/TizenBrew/service + run: | + rm -r transpiled - name: Install modules and build updater service working-directory: tizenbrew-updater/TizenBrewUpdater/service