0.7.1 • Published 4 years ago
taq-node-web-tools v0.7.1
taqtile-node-web-tools
Taqtile's Tools for Web and Node development
Development
This project uses Lerna to manage its packages.
Environment setup
- Ensure you are using the proper node version - check current version in
.nvmrcfile
$ nvm useor
$ nvm install- Install the dependencies
$ yarnBoostrapping packages
To install and link all dependencies from packages, run:
$ yarn run bootstrapTesting
To run all available tests from each package, run:
$ yarn run testPublishing
To publish packages, run:
$ yarn run bump-version [major | minor | patch | premajor | preminor | prepatch | prerelease]
$ yarn run publishGotcha
Unfortunately, Lerna does not support custom publish directories (see issue), that's why we use a custom script to publish to npm.