Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit ddd3fc0

Browse files
committed
Make scripts in package.json a little more readable
1 parent 8227ab0 commit ddd3fc0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
"test": "go build -v ; go test -v ./...",
99
"gitbranch": "BRANCH=$(git rev-parse --abbrev-ref HEAD); if [[ \"$BRANCH\" != \"master\" ]]; then echo \"you must be on master branch to release\"; exit 1 ; fi",
1010
"gitstatus": "STATUS=$(git status --porcelain 2>&1); echo $STATUS; if [[ ! -z \"$STATUS\" ]]; then exit 1; fi;",
11-
<<<<<<< Updated upstream
12-
"gittest": "yarn gitbranch; yarn gitstatus",
13-
"preversion": "yarn gittest; yarn test",
14-
=======
1511
"gittest": "yarn gitbranch && yarn gitstatus",
1612
"preversion": "yarn gittest && yarn test",
17-
>>>>>>> Stashed changes
1813
"postversion": "git push --follow-tags"
1914
}
2015
}

0 commit comments

Comments
 (0)