Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Mar 26, 2019
1 parent 914476a commit 675faf3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ This extension will allow you to share your Kanban board with another team in yo

## Development
Inside the .npmrc the NPM registry is set to the "Release" view of the ALM Rangers NPM registry. Before you can run "npm install" you will need to authenticate to that registry. To do so, execute the following:
> npm install -g vsts-npm-auth --registry https://registry.npmjs.com
> vsts-npm-auth -config .npmrc
```
npm install -g vsts-npm-auth --registry https://registry.npmjs.com
vsts-npm-auth -config .npmrc
```
Enter your credentials for the ALM Rangers VSTS account, and you're good to go. This is a one-time action.

### Build
Expand Down Expand Up @@ -45,4 +47,4 @@ Or

> npm run package:release
The first command compiles the typescript files, and preps all outputs in the **dist/** folder. The second command runs the build but also creates a vsix that can be uploaded to the marketplace.
The first command compiles the typescript files, and preps all outputs in the **dist/** folder. The second command runs the build but also creates a vsix that can be uploaded to the marketplace.

0 comments on commit 675faf3

Please sign in to comment.