Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 781 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 781 Bytes

Contributing

Clone the repository

git clone https://github.com/getninjas/niten-tokens.git

cd niten-tokens

npm i

Build platform files

Run follow command to generate build folder with files to platforms (Web, iOS, Android)

npm run build

Clean build file generated

Run follow command to exclude build folder

npm run clean

Release

When releasing a new version, follow these steps on master branch:

  1. Update CHANGELOG.md and commit the changes
  2. Run npm version [major | minor | patch | premajor | preminor | prepatch | prerelease] and assign a new version (to more details visit NPM Docs - npm version)
  3. Run git push --follow-tags
  4. Run npm publish