Skip to content

Commit d6c3a9a

Browse files
authored
chore(cli-integ): example downloads publib from npm (#28829)
`publib` is our package that includes a CLI tool named `publib-ca`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b620f1b commit d6c3a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@aws-cdk-testing/cli-integ/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ $ ./build.sh
7777
$ ./pack.sh
7878

7979
# Use publib to upload to CodeArtifact
80-
$ npm install -g publib-ca
80+
$ npm install -g publib
81+
# publib-ca is a CLI tool that comes with publib
8182
$ publib-ca create
8283
$ publib-ca publish /path/to/dist
8384

0 commit comments

Comments
 (0)