Skip to content

Commit 916cacf

Browse files
committed
feat: update install commands
1 parent 9f1feec commit 916cacf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,13 @@ const getInstallCommand = (runtime) => {
8787
return 'bundle install';
8888
case 'rust':
8989
return 'cargo install';
90-
case 'swift':
91-
return 'swift build';
92-
case 'cpp':
93-
return 'apt-get install g++';
9490
case 'dotnet':
9591
return 'dotnet restore';
92+
case 'swift':
9693
case 'java':
97-
return 'mvn install';
9894
case 'kotlin':
99-
return 'mvn install';
95+
case 'cpp':
96+
return '';
10097
}
10198

10299
return undefined;

0 commit comments

Comments
 (0)