From ff7bb041ef1c333d30a80792036718bb1406404e Mon Sep 17 00:00:00 2001 From: obvTiger Date: Tue, 21 Jan 2025 20:21:18 +0100 Subject: [PATCH] fix: remove debug from build default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98e9ac1..8346fe0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A modern UI component compiler with live reload support", "main": "lib/BlueprintBuilder.js", "scripts": { - "build": "node lib/build.js --debug && echo \"Built successfully! You can now deploy the dist folder.\" && exit 0", + "build": "node lib/build.js && echo \"Built successfully! You can now deploy the dist folder.\" && exit 0", "dev": "node lib/dev-server.js --live" }, "dependencies": {