fix semicolon
This commit is contained in:
parent
965ea56255
commit
6e5e593840
4
Makefile
4
Makefile
@ -47,8 +47,8 @@ publish:
|
|||||||
node bin/cache-templates
|
node bin/cache-templates
|
||||||
test -f templates.json
|
test -f templates.json
|
||||||
|
|
||||||
read -p "Version: " version \
|
read -p "Version: " version; \
|
||||||
npm version $$VERSION --message "v%s"
|
npm version $(version) --message "v%s"
|
||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user