mynet-commons
v0.0.36
Published
Commons for mynet
Downloads
3,987
Readme
mynet-commons
Commons for mynet.
Publish the package
First login:
npm loginThen publish after having updated the version:
npm publishAutomated tests
To run the automated tests:
npm run test -- --runInBandNotice that the option --runInBand is necessary because runs can execute in parallel. With console logs:
npm run test -- --runInBand --verbose