Skip to content

Commit

Permalink
feat: clean up transpiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Aug 14, 2024
1 parent 762cedb commit 14bdb41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14bdb41

Please sign in to comment.