change make commands

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-29 01:40:48 +03:00
parent 0a70e34a13
commit d39979645d
1 changed files with 4 additions and 8 deletions

View File

@ -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