From 8447760a17ee2206457c9705fd846d3089143515 Mon Sep 17 00:00:00 2001 From: Gabriel Cousin <7649529+GabrielCousin@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:04:11 +0200 Subject: [PATCH] fix(release): disable sourcemap --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 295ec80..6273421 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "tsc", "lint": "eslint .", - "package": "ncc build --source-map --license licenses.txt", + "package": "ncc build dist/index.js --license licenses.txt", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [