Use python launcher instead of a direct python call.
This commit is contained in:
parent
51f42f8505
commit
2a0f058ff0
@ -15,8 +15,8 @@
|
||||
"scripts": {
|
||||
"test": "mocha test",
|
||||
"coverage": "nyc mocha test",
|
||||
"build": "python tools/create_package.py",
|
||||
"update": "python tools/update_includes.py",
|
||||
"svg": "python tools/optimize_svg_files.py"
|
||||
"build": "py -3 tools/create_package.py",
|
||||
"update": "py -3 tools/update_includes.py",
|
||||
"svg": "py -3 tools/optimize_svg_files.py"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user