Update README.md

This commit is contained in:
Henri Maurer
2022-06-29 11:25:03 +01:00
committed by GitHub
parent 9bdff38f68
commit 0fa2b3c388

View File

@@ -5,11 +5,6 @@ This GitHub Action calculates dependencies for a Go build-target (a Go file with
### Running locally
In order for NPM install to succeed (and not 401) you need to login to github's NPM feed:
```
npm login --scope=@github --registry=https://npm.pkg.github.com
```
Because we are checking in the Typescript output, you may see check failures if you don't generate the contents of `dist/` in a similar manner to our CI check. You can easily rectify this by regenerating in a codespace and using what we use in our workflow YAML:
```