Rename tools to match their names with npm scripts.

This commit is contained in:
kovacsv 2021-07-26 07:46:15 +02:00
parent 01b3b02c71
commit f1e22ecf53
4 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
},
"scripts": {
"test": "mocha test",
"build": "node tools/run_python.js tools/create_package.py",
"update": "node tools/run_python.js tools/update_includes.py",
"svg": "node tools/run_python.js tools/optimize_svg_files.py"
"build": "node tools/run_python.js tools/build.py",
"update": "node tools/run_python.js tools/update.py",
"svg": "node tools/run_python.js tools/svg.py"
},
"dependencies": {},
"eslintConfig": {