fix: remove debug from build

This commit is contained in:
obvTiger 2025-01-21 20:21:02 +01:00
parent c47e685e37
commit be9b30fbdc

View file

@ -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": {