Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 637 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (36 loc) · 637 Bytes

Contributing

Run

yarn start --branch 6.1 --upstream sqren/backport-demo --all

or

# Compile
yarn tsc

# Run
node dist/index.js --branch 6.1 --upstream sqren/backport-demo --all

Run backport CLI globally

yarn global remove backport
npm -g uninstall backport
yarn unlink backport
yarn unlink
yarn link
sudo chmod +x dist/index.js
yarn tsc --watch

You can now use backport command anywhere, and it'll point to the development version.

Debug

Run tests

yarn test

Run tests continously

yarn test --watch

Compile typescript continously

yarn tsc --watch