To create sdk run the below mentioned command :
npm start
or npm run build:sdk
to build updated dist
folder after making changes to src
.
Always ensure there are no breaking changes by running npm run start
or npm run build:sdk
and that all files are being complied before pushing any changes.