mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
6 lines
248 B
XML
6 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>
|