Skip to content

Commit f909af4

Browse files
committed
fix: only needed dependencies
1 parent d3f3776 commit f909af4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- name: Install Dependencies
2828
shell: bash
29-
run: npm ci --ignore-scripts
30-
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.node_auth_token }}
29+
run: npm i tsx -D --ignore-scripts
3230
- name: Package .NET module
3331
shell: bash
3432
run: npm run pack

0 commit comments

Comments
 (0)