refac(makefile): rename commands

This commit is contained in:
Dmitriy Pleshevskiy 2022-03-18 22:13:41 +03:00
parent e41b93ed61
commit bb35ebc23a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
ts:
build:
npx tsc && make fix-decl
ts-w:
watch:
npx tsc-watch --onSuccess "make fix-decl"
fix-decl: