Skip to content

Commit 9863327

Browse files
committed
reset package.json's (gitHead) after publish
1 parent c757857 commit 9863327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ resetMaster() {
8080
npmPublish() {
8181
git checkout $TAG_NAME || exit 1
8282
npm run lerna publish from-git || exit 1
83+
git checkout .
8384
}
8485

8586
npmPublishAsk() {

0 commit comments

Comments
 (0)