aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

Fix publish scripts #449

Closed 0xmaayan closed 2 months ago

0xmaayan commented 2 months ago

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-in prepublishOnly npm script to build the SDK before running npm publish --dry-run or npm publish. Updated the CONTRIBUTING guide also.

Will look at using only pnpm later

Test Plan

Related Links