Skip to content

Commit ea9a8ab

Browse files
author
uid10804
committed
feat(cli): remove additional install step to improve performance
1 parent 477ad6b commit ea9a8ab

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/cli/src/commands/create-stack.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,6 @@ export class CreateStackCommand extends Command {
154154
);
155155
},
156156
},
157-
{
158-
title: 'Install / Update Dependencies',
159-
task: async (task) => {
160-
task.output = 'INSTALL DEPENDENCIES';
161-
Helpers.removeDir(stackFolder + '/node_modules');
162-
await Helpers.executeChildProcess(
163-
'npm i',
164-
{
165-
cwd: stackFolder,
166-
},
167-
false
168-
);
169-
},
170-
},
171157
{
172158
title: 'Deploy Stack on AWS',
173159
task: async () => {

0 commit comments

Comments
 (0)