Skip to content

Commit 9e3c237

Browse files
committed
fix: install tsx globally
1 parent 91efc4a commit 9e3c237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- name: Install Dependencies
2828
shell: bash
29-
run: npm i tsx -D --ignore-scripts
29+
run: npm i tsx -g
3030
- name: Package .NET module
3131
shell: bash
3232
run: npm run pack

0 commit comments

Comments
 (0)