diff --git a/Makefile b/Makefile index 18725b1..6e75c31 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ node_modules: package.json pnpm install --prefer-offline -dist/tsc: node_modules src +dist/tsc: node_modules src pnpx tsc dist/index.js: dist/tsc