Accomodate for Angular
This commit is contained in:
@ -82,6 +82,15 @@ export async function appBuild(params: {
|
|||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
scriptValue.includes("ng") &&
|
||||||
|
scriptValue.includes("build")
|
||||||
|
) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
) ?? [];
|
) ?? [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user