Stamp Compendiums with minimum core version on build (#1358)

This commit is contained in:
Carlos Fernandez 2025-12-03 10:11:15 -08:00 committed by GitHub
parent 01a91724ed
commit 82d39a3d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 46 deletions

View file

@ -15,7 +15,7 @@
"readline": "^1.3.0",
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs",
"pullYMLtoLDBBuild": "node ./tools/pullYMLtoLDBBuild.mjs",
"pullYMLtoLDBBuild": "node ./tools/pullYMLtoLDB.mjs --build",
"createSymlink": "node ./tools/create-symlink.mjs",
"setup:dev": "node ./tools/dev-setup.mjs"
},