refac(makefile): rename commands
This commit is contained in:
parent
e41b93ed61
commit
bb35ebc23a
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
ts:
|
build:
|
||||||
npx tsc && make fix-decl
|
npx tsc && make fix-decl
|
||||||
|
|
||||||
ts-w:
|
watch:
|
||||||
npx tsc-watch --onSuccess "make fix-decl"
|
npx tsc-watch --onSuccess "make fix-decl"
|
||||||
|
|
||||||
fix-decl:
|
fix-decl:
|
||||||
|
|
Reference in a new issue