mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
Update Yeoman generator references to aspnet to aspnetcore
This commit is contained in:
@@ -77,7 +77,7 @@ function copyRecursive(sourceRoot: string, destRoot: string, matchGlob: string)
|
||||
});
|
||||
}
|
||||
|
||||
const outputRoot = './generator-aspnet-spa';
|
||||
const outputRoot = './generator-aspnetcore-spa';
|
||||
const outputTemplatesRoot = path.join(outputRoot, 'app/templates');
|
||||
rimraf.sync(outputTemplatesRoot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user