Skip to content

Commit

Permalink
Allow modified package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed May 11, 2018
1 parent 93dbd13 commit bc06ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ EOF
# Exit if the current working tree is not clean.
#
assert_clean() {
git checkout -- package-lock.json
source `git --exec-path`/git-sh-setup && \
require_clean_work_tree "publish" "Please commit or stash them."
}
Expand Down

0 comments on commit bc06ea6

Please sign in to comment.