mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
removed problematic 'release-version' make target (doesn't work with CMD_ARGS)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
e0c00f912a
commit
0c69c2674d
4
Makefile
4
Makefile
@ -39,10 +39,6 @@ dev: binaries/client build-extensions static/build/LensDev.html
|
|||||||
lint:
|
lint:
|
||||||
yarn lint
|
yarn lint
|
||||||
|
|
||||||
.PHONY: release-version
|
|
||||||
release-version:
|
|
||||||
npm version $(CMD_ARGS) --git-tag-version false
|
|
||||||
|
|
||||||
.PHONY: tag-release
|
.PHONY: tag-release
|
||||||
tag-release:
|
tag-release:
|
||||||
scripts/tag-release.sh $(CMD_ARGS)
|
scripts/tag-release.sh $(CMD_ARGS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user