Skip to content

Commit 8f17e0f

Browse files
Merge pull request #39 from NativeScript/kerezov/notify
Notify when skipping hook
2 parents 4d222ec + 6fd3a43 commit 8f17e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/before-prepare.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = function ($logger, $projectData, $options, hookArgs) {
66
var bundle = $options.bundle || appFilesUpdaterOptions.bundle;
77

88
if (liveSync || bundle) {
9+
$logger.warn("Hook skipped because either bundling or livesync is in progress.")
910
return;
1011
}
1112

0 commit comments

Comments
 (0)