Skip to content

Commit 9758383

Browse files
committed
debug
1 parent f1f47d9 commit 9758383

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ jobs:
1111
apk add npm
1212
apk add openjdk8-jre
1313
npm install @openapitools/openapi-generator-cli -g
14-
- run: ls -laR
1514
- run: openapi-generator batch \*.yml
1615
- run:
1716
name: Authenticate with registry
18-
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
17+
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc
1918
- run: |
2019
cd javascript
2120
npm install

0 commit comments

Comments
 (0)