6 lines
248 B
Text
6 lines
248 B
Text
|
<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>
|