Skip to content

Commit bc6b195

Browse files
committed
fix update webpack method for windows
1 parent 72d6284 commit bc6b195

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/tns/tns.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ def update_webpack(path):
197197
# Update webpack dependencies
198198
update_script = os.path.join(TEST_RUN_HOME, path,
199199
"node_modules", ".bin", "update-ns-webpack --deps --configs")
200-
if CURRENT_OS is OSType.WINDOWS:
201-
update_script = "node " + update_script
202200
run(update_script)
203201
Npm.install(folder=path)
204202

0 commit comments

Comments
 (0)