Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 0e5ea76

Browse files
committed
Update package version before testing
1 parent fc31750 commit 0e5ea76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ if [ -n "$(git status --porcelain)" ]; then
3232
fi
3333

3434
# Go!
35-
npm publish --independent "$@"
35+
npm version minor
36+
npm publish "$@"

0 commit comments

Comments
 (0)