@chuttapp/in-app
v1.4.0
Published
Everything ChuttApp Pay in this library!
Downloads
4
Readme
Chuttapp Pay
Typescript template for creating and publishing with rollup, typescript, jest, eslint, prettier, and husky
Building
yarn build
Or, to minify and remove source maps:
yarn build-production
Testing
yarn test
Note: If publishing for a web app, you may need the jsdom
testEnvironment
in the jest.config.js
See https://jestjs.io/docs/configuration#testenvironment-string
Publishing
yarn publish
This should build the package with rollup, use the specified version, and publish the results.