Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This will:
- Install development tools
- Run initial build and tests

Configure GitHub PAT for private packages
- Create a GitHub Personal Access Token that can read packages [GitHub Docs](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry)
- Create ~/.npmrc with //npm.pkg.github.com/:_authToken=TOKEN where TOKEN is the PAT created in the last step

### Building

```bash
Expand Down
Loading