Skip to content

Commit 4c03de0

Browse files
author
uid10804
committed
build(makefile): update publish scripts
1 parent a90708b commit 4c03de0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ download:
1515
npm i -g json-serverless
1616
jsonsls
1717

18-
.PHONY: publish-test
18+
.PHONY: publish-manually
1919
publish-manually:
2020
make install
2121
npx lerna version --force-publish --conventional-commits --create-release github
22+
npx lerna publish from-git --yes
2223

2324
.PHONY: publish
2425
publish:
2526
make install
2627
npx lerna version patch --force-publish --conventional-commits --create-release github --yes
28+
npx lerna publish from-git --yes
2729

2830
.PHONY: start-test
2931
start-test:

0 commit comments

Comments
 (0)