git clone https://github.com/getninjas/niten-tokens.git
cd niten-tokens
npm i
Run follow command to generate build
folder with files to platforms (Web, iOS, Android)
npm run build
Run follow command to exclude build
folder
npm run clean
When releasing a new version, follow these steps on master
branch:
- Update CHANGELOG.md and commit the changes
- Run
npm version [major | minor | patch | premajor | preminor | prepatch | prerelease]
and assign a new version (to more details visit NPM Docs - npm version) - Run
git push --follow-tags
- Run
npm publish