Updated deploy script with build specific ymlLdb script (#709)

This commit is contained in:
WBHarry 2025-08-08 00:42:43 +02:00 committed by GitHub
parent cfbc2e72ff
commit a19c77ae4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {