mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
allow update_version.py to update new npm packages (#7746)
* update versions for npm packages * remove package-lock.json in list
This commit is contained in:
parent
3f204d191b
commit
077e8c6b40
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ def update_version():
|
|||
os.path.join(js_root, 'common', 'package-lock.json'),
|
||||
os.path.join(js_root, 'node', 'package.json'),
|
||||
os.path.join(js_root, 'node', 'package-lock.json'),
|
||||
os.path.join(js_root, 'web', 'package.json'),
|
||||
os.path.join(js_root, 'web', 'package-lock.json'),
|
||||
os.path.join(js_root, 'react_native', 'package.json'),
|
||||
]
|
||||
for file_path in file_paths:
|
||||
with open(file_path) as f:
|
||||
|
|
|
|||
Loading…
Reference in a new issue