Skip to content

Commit

Permalink
fix: commit with --no-verify (fixes #75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Oct 19, 2017
1 parent f03d1f4 commit 111e08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/update-lockfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ module.exports = function updateLockfile (dependency, options) {
exec('git config user.email "[email protected]"')
exec('git config user.name "greenkeeper[bot]"')
const updateMessage = 'chore(package): update lockfile\n\nhttps://npm.im/greenkeeper-lockfile'
exec(`git commit -m "${updateMessage}"`)
exec(`git commit --no-verify -m "${updateMessage}"`)
}

0 comments on commit 111e08b

Please sign in to comment.