Skip to content

Commit 33190a5

Browse files
Merge pull request #2090 from NativeScript/vladimirov/hook-args
Do not try to resolve hookArgs
2 parents ff285f8 + 5e620bc commit 33190a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/stubs.ts

+2
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ export class HooksServiceStub implements IHooksService {
410410
executeAfterHooks(commandName: string): IFuture<void> {
411411
return Future.fromResult();
412412
}
413+
414+
hookArgsName = "hookArgs";
413415
}
414416

415417
export class LockFile {

0 commit comments

Comments
 (0)