We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6476676 commit 0a3bd2eCopy full SHA for 0a3bd2e
1 file changed
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
apk add npm
12
apk add openjdk8-jre
13
npm install @openapitools/openapi-generator-cli -g
14
- - run: openapi-generator batch \*.yml
+ - run: openapi-generator-cli batch \*.yml
15
- run:
16
name: Authenticate with registry
17
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc
0 commit comments