add private github package support using personal access token (#152)

* add private github package support using pat

* add index.js after yarn build

* shift gitcrediental step before run_tests
This commit is contained in:
Robin
2021-11-03 10:25:06 +01:00
committed by GitHub
parent a2b1ed6631
commit 576ef39bb6
7 changed files with 35 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ When fixing a bug it is fine to submit a pull request right away.
Steps to be performed to submit a pull request:
1. Fork the repository and create your branch from `master`.
1. Fork the repository and create your branch from `main`.
2. Run `yarn` in the repository root.
3. If you've fixed a bug or added code that should be tested, add tests!
4. Fill out the description, link any related issues and submit your pull request.