Skip to content

Commit

Permalink
update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
plojo committed May 7, 2024
1 parent 5950e80 commit 3cbe587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fudge-runtime-build-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
run: npm install

- name: Compile code
run: cmd /c CompileAll.bat
shell: cmd
run: CompileAll.bat

- name: Remove .tsbuildinfo files
shell: cmd
run: |
del /S /Q Distribution\*.tsbuildinfo
Expand Down

0 comments on commit 3cbe587

Please sign in to comment.