This project adheres to GitHub Flow.
-
Checkout
maingit checkout main -
Get the latest code
git pull -
Build the latest code
npm run build -
Run the release process
node ./dist/bin.js
This project adheres to GitHub Flow.
Checkout main
git checkout main
Get the latest code
git pull
Build the latest code
npm run build
Run the release process
node ./dist/bin.js