0.0.9 • Published 1 year ago
blockchain-interactions3 v0.0.9
keru-project-library
Tests
For each package, you can run the tests as follows:
- Go to the package directory:
cd package_name
- Install dependencies:
npm install
- Run tests:
npm run tests
Publishing on npm
To publish a package to npm, follow these steps:
- Go to the package directory:
cd package_name
- Make sure you are logged in to your npm account:
npm login
- Update the version in package.json according to the changes made:
{
"version": "1.0.2"
}
- Publish the package:
npm publish