From be9b30fbdc4f2164bf01183a4d88b87ff7dedc94 Mon Sep 17 00:00:00 2001 From: obvTiger Date: Tue, 21 Jan 2025 20:21:02 +0100 Subject: [PATCH] fix: remove debug from build --- 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": {