Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fix npm release failing on releases (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdevereux committed Dec 9, 2021
1 parent dee1004 commit e1a6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ci: lint build-docs build-js build-python

.PHONY: set-release-version
set-release-version:
yarn version --new-version $$(poetry run python bin/get_release_version.py)
npm version --new-version $$(poetry run python bin/get_release_version.py) --no-git-tag-version
poetry version $$(poetry run python bin/get_release_version.py)

.PHONY: build-js
Expand Down

0 comments on commit e1a6cd1

Please sign in to comment.