Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3765bc

Browse files
committedJan 16, 2019
chore: remove a check for hooks
Logs from hooks not longer displayed in output after NativeScript/nativescript-cli#4242 This is expected.
1 parent 925db1d commit d3765bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎core/tns/tns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ def build_android(attributes={}, assert_success=True, tns_path=None, log_trace=F
561561
assert "Webpack compilation complete" not in output
562562
else:
563563
assert "Webpack compilation complete" in output
564-
assert "after-prepare" + os.sep + "nativescript-dev-webpack.js" in output
565564
assert File.exists(os.path.join(app_name, TnsAsserts.PLATFORM_ANDROID_APP_PATH, "bundle.js"))
566565
assert File.exists(os.path.join(app_name, TnsAsserts.PLATFORM_ANDROID_APP_PATH, "package.json"))
567566
assert File.exists(os.path.join(app_name, TnsAsserts.PLATFORM_ANDROID_APP_PATH, "starter.js"))

0 commit comments

Comments
 (0)
Please sign in to comment.