1<Project> 2 <Target Name="PatchNpmPackages" AfterTargets="RestoreNpmPackages"> 3 <Exec Command="source '$(RepoRoot)/patch-shebangs.sh' && patchShebangs %24(find '$(RepoRoot)' -name node_modules -type d) 2>&1"/> 4 </Target> 5</Project>