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