Skip to content

Commit 5291c0b

Browse files
author
uid10804
committed
Merge branch 'feat/add-cli' of https://github.com/pharindoko/json-serverless into feat/add-cli
2 parents 77220c6 + ffaca28 commit 5291c0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ ifndef GH_TOKEN
3030
$(error GH_TOKEN is undefined)
3131
endif
3232
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
33+
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
3435
npx lerna publish from-git --yes
3536

3637
.PHONY: start-test

0 commit comments

Comments
 (0)