Weird endless loop bug with https://github.com/aptos-labs/aptos-ts-sdk/pull/448 when running npm publish --dry-run, fixing it to only run the built-in prepublishOnly npm script to build the SDK before running npm publish --dry-run or npm publish. Updated the CONTRIBUTING guide also.
Description
Weird endless loop bug with https://github.com/aptos-labs/aptos-ts-sdk/pull/448 when running
npm publish --dry-run
, fixing it to only run the built-inprepublishOnly
npm script to build the SDK before runningnpm publish --dry-run
ornpm publish
. Updated the CONTRIBUTING guide also.Will look at using only
pnpm
laterTest Plan
Related Links