Skip to content

Commit 7d0772b

Browse files
committed
chore: do not run webpack update script
Do not run webpack update script because of NativeScript/nativescript-schematics#173
1 parent 904fe5a commit 7d0772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/code_sharing/ng_new_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def create_and_run(shared=True, sample=False, theme=True, style=None, prefix=Non
147147

148148
# Update the app
149149
if Settings.ENV != EnvironmentType.LIVE:
150-
App.update(app_name=NGNewTests.app_name, modules=True, angular=True, typescript=False, web_pack=True)
150+
App.update(app_name=NGNewTests.app_name, modules=True, angular=True, typescript=False, web_pack=False)
151151

152152
# Run android (if webpack is available -> use --bundle)
153153
Tns.run(app_name=NGNewTests.app_name, platform=Platform.ANDROID, emulator=True, bundle=webpack)

0 commit comments

Comments
 (0)