From 2727bd3c726216354e4775bc06386a33b6982a1e Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 8 May 2020 11:56:06 +0700 Subject: [PATCH] Disable cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/