This commit is contained in:
Steve Sanderson 2017-08-23 17:15:37 -07:00
Родитель 8b243e8cc7
Коммит c922eee1d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ import * as rimraf from 'rimraf';
import * as mkdirp from 'mkdirp';
const templatePackageName = 'Microsoft.DotNet.Web.Spa.ProjectTemplates';
const templatePackageArtifactsDir = '../templates/package-builder/dist/artifacts';
const templatePackageArtifactsDir = '../templates/package-builder/artifacts';
export function generateProjectSync(targetDir: string, templateName: string) {
installTemplatePackage(targetDir, templatePackageName, templateName);