Skip to content

Commit cfd4ce9

Browse files
committed
Update gulp scripts to v4
1 parent 06f33fe commit cfd4ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitattributes.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
1818
<Exec Command="npm install" />
19-
<Exec Command="gulp build" />
19+
<Exec Command="npm run build" />
2020
</Target>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)