Add library updater script.

This commit is contained in:
kovacsv 2022-01-26 21:48:16 +01:00
parent 69c4526f65
commit 5a73dd6f41
2 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"test": "mocha test",
"lint": "eslint source --fix",
"docs": "jsdoc -c tools/jsdoc.json",
"update_libs": "node tools/run_python.js tools/update_libs.py",
"generate_icon_font": "node tools/run_python.js tools/generate_icon_font.py",
"update_engine_exports": "node tools/run_python.js tools/update_engine_exports.py",
"create_dist": "npm run create_package && npm run lint && npm run test",