Skip to content

Commit b855b45

Browse files
authored
Remove npm login instructions
1 parent c1cc5d9 commit b855b45

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/development.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ cd vscode-github-actions
2323
script/bootstrap
2424
```
2525

26-
For any private NPM packages in `@github`, you'll need to login with NPM. See [Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry) for more details.
27-
28-
```shell
29-
npm login --scope=@github --registry=https://npm.pkg.github.com
30-
```
31-
3226
Finally, install packages in the workspace and build
3327

3428
```shell

0 commit comments

Comments
 (0)