change make commands
This commit is contained in:
parent
0a70e34a13
commit
d39979645d
1 changed files with 4 additions and 8 deletions
12
makefile
12
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
|
||||
|
|
Reference in a new issue