We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807a6dd commit 2c2664bCopy full SHA for 2c2664b
1 file changed
src/get-start-and-end-commands.js
@@ -109,7 +109,7 @@ function getArgs({
109
args.push(`-dir=${directoryName}`);
110
}
111
112
- args.push('-sg');
+ args.push('--skip-git');
113
114
let _blueprint;
115
if (blueprint.path) {
@@ -130,7 +130,7 @@ function getArgs({
130
131
return [
132
...args,
133
- '-sn',
+ '--skip-npm',
134
'-b',
135
_blueprint,
136
...blueprint.options
0 commit comments