Skip to content

Commit 2bdd7fc

Browse files
committed
workflow fix 1
1 parent 18c28eb commit 2bdd7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-ts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: auto-format
1+
name: Typescript Compile
22
on:
33
# This event type is dangerous
44
pull_request_target:
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: Typescript Compile
19-
run: npm build
19+
run: npm run build
2020
- name: Check for modified files
2121
id: git-check
2222
run: echo "modified=$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)