Skip to content

Commit 60043d1

Browse files
authored
Merge pull request #610 from nellh/publish-bin-fix
Fix .bin path for npm-cli-login
2 parents dc144a9 + 75cee79 commit 60043d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: apk --no-cache add git python build-base openssh
5555
# Publish to NPM
5656
- run: npm install
57-
- run: ./node_modules/npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
57+
- run: ./node_modules/.bin/npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
5858
- run: git checkout -f $CIRCLE_TAG
5959
# Set the version number
6060
- run: sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json

0 commit comments

Comments
 (0)