Skip to content

Commit c46e970

Browse files
authored
Use Github NPM registry for NPX command
1 parent fb90f82 commit c46e970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ In order to use this tool,
285285
you must first `git checkout` the commit that you want to test.
286286

287287
```
288-
npx @aws-actions/codebuild-run-build -p ProjectName -r remoteName
288+
npx github:aws-actions/aws-codebuild-run-build -p ProjectName -r remoteName
289289
```
290290
291291
Note: If the above command returns a 404 error, you might need to add the package manually.

0 commit comments

Comments
 (0)