We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d6284 commit bc6b195Copy full SHA for bc6b195
core/tns/tns.py
@@ -197,8 +197,6 @@ def update_webpack(path):
197
# Update webpack dependencies
198
update_script = os.path.join(TEST_RUN_HOME, path,
199
"node_modules", ".bin", "update-ns-webpack --deps --configs")
200
- if CURRENT_OS is OSType.WINDOWS:
201
- update_script = "node " + update_script
202
run(update_script)
203
Npm.install(folder=path)
204
0 commit comments