File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const title = "Create TypeScript App";
11
11
12
12
await $ ( {
13
13
stdio : "inherit" ,
14
- } ) `c8 -o ./coverage -r html -r lcov --src src node ./bin/index.js --base everything --mode migrate --description ${ description } --email-github ${ emailGithub } --email-npm ${ emailNpm } --owner ${ owner } --title ${ title } --repository ${ repository } --skip-all-contributors-api --skip-github-api --skip-install` ;
14
+ } ) `c8 -o ./coverage -r html -r lcov --src src node ./bin/index.js --base everything --mode migrate --bin ./bin/index.js -- description ${ description } --email-github ${ emailGithub } --email-npm ${ emailNpm } --owner ${ owner } --title ${ title } --repository ${ repository } --skip-all-contributors-api --skip-github-api --skip-install` ;
15
15
16
16
const { stdout : gitStatus } = await $ `git status` ;
17
17
console . log ( `Stdout from running \`git status\`:\n${ gitStatus } ` ) ;
You can’t perform that action at this time.
0 commit comments