From bb35ebc23a06fd9cbce78b7770ff90d8d89eaa9a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 18 Mar 2022 22:13:41 +0300 Subject: [PATCH] refac(makefile): rename commands --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 4631d09..c869016 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,8 @@ -ts: +build: npx tsc && make fix-decl -ts-w: +watch: npx tsc-watch --onSuccess "make fix-decl" fix-decl: