Thunderlane Common
Common functions for Thunderlane plugins
Scripts
-
npm run clean
Clean artifacts -
npm run build
Build the project. It creates two variants-
lib
contains an ES6/ES2015 module.
-
Release procedure
git flow release start x.y.z
npm --no-git-tag-version version <major|minor|patch>
git commit -a -m 'Bump version'
git flow release finish x.y.z
git push
git checkout master
git push
git push --tags
nvm use
-
npm publish --access public
npm will ask for a OTP.