From 18b1d41a4dcf7a2475fe6c3ffb97c4ba76b4a50b Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 18:08:16 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e6ab62..60aad91 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "scripts": { "lint": "eslint src/**", - "package": "ncc build src/main.js --source-map", + "package": "ncc build src/main.js --no-cache", "all": "npm run lint && npm run package" }, "keywords": [],