Skip to content

Commit 97bdf98

Browse files
committed
publish job will install only the packaging dependencies and skip the native compilation step entirely
1 parent 5cf6ebc commit 97bdf98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prebuild-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
node-version: "24"
107107
registry-url: "https://registry.npmjs.org"
108108
- name: Install deps
109-
run: npm ci
109+
run: npm ci --ignore-scripts
110110
- name: Download artifacts
111111
uses: actions/download-artifact@v4
112112
with:

0 commit comments

Comments
 (0)