Skip to content

Commit 64accff

Browse files
committed
Don't rely on global Gulp.
1 parent 7d225bc commit 64accff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ of patent rights can be found in the PATENTS file in the same directory.
108108
</Target>
109109

110110
<Target Name="Build" DependsOnTargets="RestorePackages;UpdateVersion">
111-
<Exec WorkingDirectory="src/React.Core" Command="gulp" />
111+
<Exec WorkingDirectory="src/React.Core" Command="node_modules/.bin/gulp" />
112112
<MSBuild Projects="$(SolutionFile)" Targets="Rebuild" Properties="Configuration=Release;Platform=Any CPU;NoWarn=1607,7035" />
113113
</Target>
114114

0 commit comments

Comments
 (0)