fix makefile indentation
This commit is contained in:
parent
482b94563e
commit
0f10fbb440
10
Makefile
10
Makefile
@ -1,10 +1,10 @@
|
||||
.PHONY: publish
|
||||
|
||||
publish:
|
||||
read -p "Version: " version; \
|
||||
npm version $$version --message "v%s"
|
||||
read -p "Version: " version; \
|
||||
npm version $$version --message "v%s"
|
||||
|
||||
bin/without_eval >acorn_csp.js
|
||||
npm publish
|
||||
node bin/without_eval >acorn_csp.js
|
||||
npm publish
|
||||
|
||||
git push --follow-tags
|
||||
git push --follow-tags
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user