Fix e2e publish test when branching from an older version (#11347)
* Fix e2e publish test when branching from an older version * Fix * Fix * Fix
This commit is contained in:
2
Makefile
2
Makefile
@@ -243,7 +243,7 @@ ifneq ("$(I_AM_USING_VERDACCIO)", "I_AM_SURE")
|
||||
exit 1
|
||||
endif
|
||||
$(MAKE) prepublish-build
|
||||
$(YARN) lerna version patch --force-publish=$(FORCE_PUBLISH) --no-push --yes --tag-version-prefix="version-e2e-test-"
|
||||
$(YARN) lerna version $(VERSION) --force-publish=$(FORCE_PUBLISH) --no-push --yes --tag-version-prefix="version-e2e-test-"
|
||||
$(YARN) lerna publish from-git --registry http://localhost:4873 --yes --tag-version-prefix="version-e2e-test-"
|
||||
$(MAKE) clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user