"Sometimes, the elegant implementation is just a function. Not a method. Not a class. Not a framework. Just a function."
yarn install
lerna bootstrapyarn testyarn lerna run tslintnpm set //registry.npmjs.org/:_authToken=<your-granular-token>
yarn lerna publish patch -- --no-verify-access
yarn lerna publish minor -- --no-verify-access
yarn lerna publish major -- --no-verify-accessWhen npm push fails:
git push origin --delete v2.5.1; git tag -d v2.5.1; git revert HEAD --no-edit; git push
NodeBB is licensed under the MIT license.
When using Visual Studio Code please use the extension Licenser for applying the license header in files.