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