diff --git a/Makefile b/Makefile index 6e75c31..8ff9d5b 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ dist/tsc: node_modules src pnpx tsc dist/index.js: dist/tsc - pnpx ncc build --minify --source-map dist/tsc/index.js --out dist/ + pnpx ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/