diff --git a/Makefile b/Makefile index 82b400e..9e0fba5 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ build: node_modules clean: rm -r dist node_modules -release: +release: build @read -p "Enter version bump (patch, minor, major): " bump && \ version=$$(npm version $$bump | grep -oP "(?<=v)[^']+") && \ echo "Version $$version created. Run 'make publish' to push the changes and publish the package."