Updated deploy script with build specific ymlLdb script

This commit is contained in:
WBHarry 2025-08-08 00:41:01 +02:00
parent 0c0d419be1
commit 703212d34b
4 changed files with 34 additions and 2 deletions

View file

@ -15,6 +15,7 @@
"readline": "^1.3.0",
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs",
"pullYMLtoLDBBuild": "node ./tools/pullYMLtoLDBBuild.mjs",
"createSymlink": "node ./tools/create-symlink.mjs"
},
"devDependencies": {