Rename tools to match their names with npm scripts.
This commit is contained in:
parent
01b3b02c71
commit
f1e22ecf53
@ -14,9 +14,9 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test",
|
"test": "mocha test",
|
||||||
"build": "node tools/run_python.js tools/create_package.py",
|
"build": "node tools/run_python.js tools/build.py",
|
||||||
"update": "node tools/run_python.js tools/update_includes.py",
|
"update": "node tools/run_python.js tools/update.py",
|
||||||
"svg": "node tools/run_python.js tools/optimize_svg_files.py"
|
"svg": "node tools/run_python.js tools/svg.py"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user