Skip to content

Commit

Permalink
chore(release): change way we get current version when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
leguellec committed Aug 21, 2020
1 parent a17ca78 commit 62ad976
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 @@ -4,7 +4,7 @@
NODE_MODULES ?= "./node_modules"
NODE_MODULES_BIN ?= "${NODE_MODULES}/.bin"

FROM_VERSION ?= $(shell yarn run -s version)
FROM_VERSION ?= $(shell node -p "require('./package.json').version")

############## HELP ##############

Expand Down

0 comments on commit 62ad976

Please sign in to comment.