Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit e8c39f5

Browse files
Merge pull request #108 from symphony-youri/automatic-publish-npm-3
Repo folder does not exist... Fix publish CI pipeline
2 parents b6261e0 + 1ce76af commit e8c39f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
tag: '14.15.4'
1111
steps:
1212
- checkout
13-
- run:
14-
name: Authenticate with registry
15-
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
13+
- run: npm set //registry.npmjs.org/:_authToken=$npm_TOKEN
1614
- run: npm publish
1715
workflows:
1816
node-tests:

0 commit comments

Comments
 (0)