diff --git a/Makefile b/Makefile index 6bb691c..ef34253 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ clean: @-rm -rf build build: - -tsc -p ./tsconfig.json + -npx tsc -p ./tsconfig.json run: cd build && node main