about summary refs log tree commit diff
path: root/pkgs/development/compilers/dotnet/patch-npm-packages.proj
blob: 1096799f6f64c45ff953d65e72b837e610b453fb (plain) (blame)
1
2
3
4
5
<Project>
  <Target Name="PatchNpmPackages" AfterTargets="RestoreNpmPackages">
    <Exec Command="source '$(RepoRoot)/patch-shebangs.sh' &amp;&amp; patchShebangs %24(find '$(RepoRoot)' -name node_modules -type d) 2>&amp;1"/>
  </Target>
</Project>