We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77220c6 + ffaca28 commit 5291c0bCopy full SHA for 5291c0b
Makefile
@@ -30,7 +30,8 @@ ifndef GH_TOKEN
30
$(error GH_TOKEN is undefined)
31
endif
32
make install
33
- npx lerna version patch -m "chore(release): Travis CI update [ci skip]" --include-merged-tags --force-publish --conventional-commits --create-release github --yes
+ git status
34
+ npx lerna version patch -m "chore(release): Travis CI update [ci skip]" --include-merged-tags --force-publish --conventional-commits --create-release github --yes --git-remote pub
35
npx lerna publish from-git --yes
36
37
.PHONY: start-test
0 commit comments