We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87be451 commit 0f6e7edCopy full SHA for 0f6e7ed
.github/workflows/npm_napi_release.yml
@@ -81,6 +81,12 @@ jobs:
81
echo NPM_TAG_MACOS=$NPM_TAG_MACOS >> $GITHUB_OUTPUT
82
- name: Build
83
run: ./build_all_react_native.sh
84
+ - name: Pack @nativescript/ios-node-api
85
+ working-directory: packages/ios
86
+ run: npm pack
87
+ - name: Pack @nativescript/macos-node-api
88
+ working-directory: packages/macos
89
90
- name: Upload npm package artifact for @nativescript/ios-node-api
91
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
92
with:
0 commit comments