From d39979645df67e8f32f985b02832a2a12f66f76d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 29 May 2022 01:40:48 +0300 Subject: [PATCH] change make commands --- makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/makefile b/makefile index c869016..fbffc12 100644 --- a/makefile +++ b/makefile @@ -1,12 +1,8 @@ -build: - npx tsc && make fix-decl +test-w: + deno test --watch -watch: - npx tsc-watch --onSuccess "make fix-decl" +test: + deno test -fix-decl: - ./scripts/fix_decl.sh -clean: - rm -rf lib