Skip to content

Commit

Permalink
fix: updated to untrack .npmrc (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Sperbeck authored and whilke committed Nov 8, 2019
1 parent b506a2c commit 4ee7020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function gitCommit(done) {
var gitScript = `sudo git checkout ${branchName} &&
sudo git config user.email "${params.build.buildRequestedForEmail}" &&
sudo git config user.name "${params.build.buildRequestedFor}" &&
sudo git update-index --assume-unchanged .npmrc &&
sudo git add . &&
sudo git commit --author '${params.build.buildRequestedFor} <${params.build.buildRequestedForEmail}>' --message "chore[skip ci]: Update & Commit Locks" &&
sudo git tag v${lerna.version} &&
Expand Down

0 comments on commit 4ee7020

Please sign in to comment.