diff --git a/dist/index.js b/dist/index.js index 9923d34..7715878 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/package.json b/package.json index 1076697..677f7c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "build:ncc": "ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/", + "build:ncc": "ncc build --minify --no-source-map-register --no-cache dist/tsc/index.js --out dist/", "build": "tsc && pnpm run build:ncc", "start": "pnpm run build && sh ./run.sh" },