From f79577a7ec54c9a5fd547d106d87ab622b5ace44 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 27 Jul 2015 04:07:19 +0100 Subject: [PATCH] add Makefile --- eslint/babel-eslint-parser/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 eslint/babel-eslint-parser/Makefile diff --git a/eslint/babel-eslint-parser/Makefile b/eslint/babel-eslint-parser/Makefile new file mode 100644 index 0000000000..c16045682f --- /dev/null +++ b/eslint/babel-eslint-parser/Makefile @@ -0,0 +1,7 @@ +.PHONY: publish-patch + +publish-patch: + mocha + npm version patch + npm publish + git push --tags