diff --git a/package.json b/package.json index 7cf96b855..59337e1ac 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ }, "scripts": { "build": "tsc", - "build:exe": "npm run build && rollup -c && pkg dist/rollup-output.cjs --target host --output exe/rdme --debug", + "build:exe": "npm run build && rollup -c && pkg dist/rollup-output.cjs --target host --output exe/rdme", "debug": "ts-node src/cli.ts", "lint": "alex . && knip && npm run lint:ts && npm run prettier && npm run schemas:check", "lint:ts": "eslint . --ext .js,.ts",