We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d279682 commit fe6c06fCopy full SHA for fe6c06f
1 file changed
.github/workflows/release_sdk_node_npm.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Install npm dependencies
119
working-directory: crates/sdk-node
120
- run: npm ci
+ run: npm install --include=dev --omit=optional --ignore-scripts
121
122
- name: Build npm package
123
@@ -180,7 +180,7 @@ jobs:
180
181
- name: Install publish tooling
182
183
184
185
- name: Download native binaries
186
uses: actions/download-artifact@v4
0 commit comments