fix: remove debug from build default

This commit is contained in:
obvTiger 2025-01-21 20:21:18 +01:00
parent b7cdaae03f
commit ff7bb041ef

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