mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
In generator-aspnetcore-spa, use 'yarn' (if available) instead of 'npm' to restore dependencies because it's > 10x faster
This commit is contained in:
8
templates/package-builder/typings/npm-which/npm-which.d.ts
vendored
Normal file
8
templates/package-builder/typings/npm-which/npm-which.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare module 'npm-which' {
|
||||
interface NpmWhichContext {
|
||||
sync(executableName: string): string;
|
||||
}
|
||||
|
||||
function defaultFunction(rootDir: string) : NpmWhichContext;
|
||||
export = defaultFunction;
|
||||
}
|
||||
Reference in New Issue
Block a user