piggy-finance-utils
v1.0.64
Published
[npm link](https://www.npmjs.com/package/piggy-finance-utils)
Downloads
17
Readme
piggy-finance-utils
dev
Add '--watchAll' for runing the testcases with the latest code.
yarn test:unit --watchAll
=== or ===
yarn test:unit ./test/unit/abc.spec.js --watchAll
=== or ===
yarn test:unit --coverage
test
yarn test:unit
=== or ===
yarn test:unit ./test/unit/abc.spec.js
publish
yarn build // make sure has newest logics in /dist/cjs/index.js
npm publish