Skip to content

Commit ffdb725

Browse files
authored
Merge branch 'master' into master
2 parents 58e84db + d6e93e7 commit ffdb725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/hooks/beforePluginInstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
// builds before plugin install hooks
1010
function run(context) {
11-
nodeDependencies.install(context);
11+
return nodeDependencies.install(context);
1212
}
1313
})();

0 commit comments

Comments
 (0)