Skip to content

Commit 9c32b6f

Browse files
author
Ovidiu Barabula
committed
feat(core): add dependencies hook to init task
1 parent 5ec0354 commit 9c32b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/task-init-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function taskFn(done: AnyFunction, { config, logger }: PluginProvider): Pr
6666
return new Promise(async resolve => {
6767
const core = await frontvue;
6868

69-
for (const hook of ['config', 'template']) {
69+
for (const hook of ['config', 'template', 'dependencies']) {
7070
await core.run(hook);
7171
}
7272

0 commit comments

Comments
 (0)