Skip to content

Commit

Permalink
fix: only needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 22, 2023
1 parent d3f3776 commit f909af4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
fetch-depth: 0
- name: Install Dependencies
shell: bash
run: npm ci --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.node_auth_token }}
run: npm i tsx -D --ignore-scripts
- name: Package .NET module
shell: bash
run: npm run pack
Expand Down

0 comments on commit f909af4

Please sign in to comment.