2.0.0 • Published 2 years ago
@untile/react-core v2.0.0
Installation
yarn add @untile/react-coreDocumentation
Setup
Requirements
- Node.js >= 16
- NPM >= please-use-yarn
- Yarn >= 1.22.0
Install dependencies
yarnLint
yarn lintFull test suite
yarn testBuild
yarn buildRelease
Be sure to have configured GITHUB_TOKEN in your globals.
npm version [<new version> | major | minor | patch] -m "Release %s"
git push origin master && git push --tags