We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f33fe commit cfd4ce9Copy full SHA for cfd4ce9
src/gitattributes.csproj
@@ -16,7 +16,7 @@
16
17
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
18
<Exec Command="npm install" />
19
- <Exec Command="gulp build" />
+ <Exec Command="npm run build" />
20
</Target>
21
22
<ItemGroup>
0 commit comments