Skip to content

Commit d72652c

Browse files
authored
Merge pull request #181 from ahmedwalid05/patch-1
Use Github NPM registry for NPX command
2 parents fb90f82 + c46e970 commit d72652c

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)