Skip to content

Commit 0a3bd2e

Browse files
committed
Use new version cli
1 parent 6476676 commit 0a3bd2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
apk add npm
1212
apk add openjdk8-jre
1313
npm install @openapitools/openapi-generator-cli -g
14-
- run: openapi-generator batch \*.yml
14+
- run: openapi-generator-cli batch \*.yml
1515
- run:
1616
name: Authenticate with registry
1717
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc

0 commit comments

Comments
 (0)