We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d225bc commit 64accffCopy full SHA for 64accff
build.proj
@@ -108,7 +108,7 @@ of patent rights can be found in the PATENTS file in the same directory.
108
</Target>
109
110
<Target Name="Build" DependsOnTargets="RestorePackages;UpdateVersion">
111
- <Exec WorkingDirectory="src/React.Core" Command="gulp" />
+ <Exec WorkingDirectory="src/React.Core" Command="node_modules/.bin/gulp" />
112
<MSBuild Projects="$(SolutionFile)" Targets="Rebuild" Properties="Configuration=Release;Platform=Any CPU;NoWarn=1607,7035" />
113
114
0 commit comments