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.
1 parent a90708b commit 4c03de0Copy full SHA for 4c03de0
Makefile
@@ -15,15 +15,17 @@ download:
15
npm i -g json-serverless
16
jsonsls
17
18
-.PHONY: publish-test
+.PHONY: publish-manually
19
publish-manually:
20
make install
21
npx lerna version --force-publish --conventional-commits --create-release github
22
+ npx lerna publish from-git --yes
23
24
.PHONY: publish
25
publish:
26
27
npx lerna version patch --force-publish --conventional-commits --create-release github --yes
28
29
30
.PHONY: start-test
31
start-test:
0 commit comments