Skip to content

Commit 47ffde2

Browse files
document workaround for npm 404 error on local
#170
1 parent 7093305 commit 47ffde2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,13 @@ you must first `git checkout` the commit that you want to test.
288288
npx @aws-actions/codebuild-run-build -p ProjectName -r remoteName
289289
```
290290
291+
Note: If the above command returns a 404 error, you might need to add the package manually.
292+
```
293+
npm install [email protected]:aws-actions/aws-codebuild-run-build.git
294+
# OR
295+
yard add [email protected]:aws-actions/aws-codebuild-run-build.git
296+
```
297+
291298
This will use whatever commit you have checked out
292299
and push to a temporary branch in the specified remote.
293300
Then kick off the build

0 commit comments

Comments
 (0)