feat(CLI): add support for TYPESCRIPT_STARTER_REPO_BRANCH process.env, default to tag of current rel
This commit is contained in:
@@ -19,7 +19,7 @@ export async function typescriptStarter(
|
||||
install,
|
||||
nodeDefinitions,
|
||||
projectName,
|
||||
repoURL,
|
||||
repoInfo,
|
||||
runner,
|
||||
strict,
|
||||
vscode,
|
||||
@@ -29,7 +29,7 @@ export async function typescriptStarter(
|
||||
): Promise<void> {
|
||||
console.log();
|
||||
const { commitHash, gitHistoryDir } = await tasks.cloneRepo(
|
||||
repoURL,
|
||||
repoInfo,
|
||||
workingDirectory,
|
||||
projectName
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user