Skip to content

Commit 812ddcc

Browse files
Update .github/workflows/npm-publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e295274 commit 812ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
working-directory: ${{ env.WORKING_DIR }}
196196
run: |
197197
# napi prepublish generates index.js and index.d.ts from the .node artifacts
198-
npx napi prepublish -t npm --skip-gh-release
198+
npx --no-install napi prepublish -t npm --skip-gh-release
199199
ls -la index.js index.d.ts
200200
201201
- name: Publish Linux GNU package

0 commit comments

Comments
 (0)