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