$ cd QuickMPC-SDK
$ npm ci
$ npm test
$ npm test -- --coverage // coverage included
$ npm run build
$ npm run tsc // generate type definition files
Set your personal access token in ~/.npmrc
.
//npm.pkg.github.com/:_authToken=TOKEN
$ npm publish
v12.18.4