Skip to content

Commit f9c22a5

Browse files
committed
Add shell script
1 parent 0d597ca commit f9c22a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ts-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Build TypeScript
1919
run: tsc
20+
- run: .sh
2021
- name: Compress & Upload pages artifact
2122
uses: actions/upload-pages-artifact@v3
2223
with:

.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rm **/*.ts

0 commit comments

Comments
 (0)