Archived
1
0
Fork 0

change make commands

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-29 01:40:48 +03:00
parent 0a70e34a13
commit d39979645d

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