Remove unused script.

This commit is contained in:
kovacsv 2022-01-12 20:31:04 +01:00
parent b7b4cca10f
commit c1e79b7649

View File

@ -22,7 +22,6 @@
"test": "mocha test",
"lint": "eslint source",
"docs": "jsdoc -c tools/jsdoc.json",
"updatelibs": "npm install && node tools/run_python.js tools/updatelibs.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",