From 0fa2b3c38822aae7611855466733a55946888536 Mon Sep 17 00:00:00 2001 From: Henri Maurer Date: Wed, 29 Jun 2022 11:25:03 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d6c693e..9fd8b66 100644 --- a/README.md +++ b/README.md @@ -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: ```