Skip to content

Commit 2c2664b

Browse files
committed
using long version of args to avoid confusion
1 parent 807a6dd commit 2c2664b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/get-start-and-end-commands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function getArgs({
109109
args.push(`-dir=${directoryName}`);
110110
}
111111

112-
args.push('-sg');
112+
args.push('--skip-git');
113113

114114
let _blueprint;
115115
if (blueprint.path) {
@@ -130,7 +130,7 @@ function getArgs({
130130

131131
return [
132132
...args,
133-
'-sn',
133+
'--skip-npm',
134134
'-b',
135135
_blueprint,
136136
...blueprint.options

0 commit comments

Comments
 (0)