Skip to content

Commit

Permalink
Merge pull request #111 from kindredgroup/feature/pin-napi-build
Browse files Browse the repository at this point in the history
Pin napi build version
  • Loading branch information
fmarek-kindred authored Jan 29, 2025
2 parents 1d7929e + 06ac794 commit 0e30896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cohort_sdk_js/scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ if [ "$SKIP_NAPI_RS_STEP" == "true" ]; then
else
echo "Executing 'npx napi build --platform --release' in 'dist/talos/packages/cohort_sdk_js'"
cd dist/talos/packages/cohort_sdk_js
npx napi build --platform --release
cargo update [email protected] --precise 2.1.3
npx napi build --platform --release
fi

returnStatus=$(($?+0))
Expand Down

0 comments on commit 0e30896

Please sign in to comment.