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 83c5e29 commit c6c4d8cCopy full SHA for c6c4d8c
Makefile
@@ -102,7 +102,7 @@ publish-version: release-commit release-tag
102
git push $(REMOTE) "$(BRANCH)" "v$(VERSION)"
103
npm publish
104
105
-pre-publish: clean branch version changelog
+pre-publish: clean changelog
106
pre-build: deps-project tests-ci build
107
108
publish: check-working-tree pre-publish pre-build publish-version publish-finished
0 commit comments