From 1dd70f81bea7811adb102d39ce2096f139c0bdec Mon Sep 17 00:00:00 2001 From: Hiroaki SHIBUKI Date: Wed, 5 May 2021 10:52:03 +0900 Subject: [PATCH] Fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8b85df..1feb815 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ version-patch: npm version patch .PHONE: publish -push: +publish: npm publish