We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc144a9 + 75cee79 commit 60043d1Copy full SHA for 60043d1
circle.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: apk --no-cache add git python build-base openssh
55
# Publish to NPM
56
- run: npm install
57
- - run: ./node_modules/npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
+ - run: ./node_modules/.bin/npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
58
- run: git checkout -f $CIRCLE_TAG
59
# Set the version number
60
- run: sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
0 commit comments