add Makefile
This commit is contained in:
7
eslint/babel-eslint-parser/Makefile
Normal file
7
eslint/babel-eslint-parser/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: publish-patch
|
||||
|
||||
publish-patch:
|
||||
mocha
|
||||
npm version patch
|
||||
npm publish
|
||||
git push --tags
|
||||
Reference in New Issue
Block a user