Skip to content

Commit

Permalink
Revert "fix(lerna3): ignore npmrc (#1198)"
Browse files Browse the repository at this point in the history
This reverts commit 3c4deb7.
  • Loading branch information
priley86 committed Jan 16, 2019
1 parent 3c4deb7 commit 81501c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ if [ "${TRAVIS_REPO_SLUG}" == "${TRIGGER_REPO_SLUG}" -a "$TRAVIS_BRANCH" == "${T

npm config set "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" -q
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
git add ~/.npmrc
git update-index --assume-unchanged ~/.npmrc

npm prune

git config --global user.email ${COMMIT_AUTHOR_EMAIL}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"generate": "yarn plop",
"lerna": "lerna",
"lerna:publish": "lerna publish --yes --npm-client npm",
"lerna:publish": "lerna publish --yes",
"lerna:changelog": "lerna-changelog --from=`git rev-list --max-parents=0 HEAD` > CHANGELOG.md && git add CHANGELOG.md",
"lint": "lerna run lint --parallel",
"lint:fix": "lerna run lint:fix --parallel",
Expand Down

0 comments on commit 81501c8

Please sign in to comment.