Use python in package scripts.

This commit is contained in:
Viktor Kovacs 2021-04-01 16:36:14 +02:00
parent 0595f6a385
commit cb5f006a9f

View File

@ -17,8 +17,8 @@
"test": "mocha test",
"coverage": "nyc mocha test",
"codecov": "nyc --reporter=lcov mocha test && codecov",
"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": "python tools/create_package.py",
"update": "python tools/update_includes.py",
"svg": "python tools/optimize_svg_files.py"
}
}