Skip to content

Commit 970dc6c

Browse files
Add --silent to npm install command in CI. Fixes aspnet#972 (at least, to the extent that fixing it is reasonably possible)
1 parent 6baa2fa commit 970dc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
<Message Text="Restoring NPM modules for: %0A - @(NpmModules -> '%(FullPath)','%0A - ')" Importance="high" />
99

10-
<Exec Command="npm install" WorkingDirectory="%(NpmModules.RootDir)%(Directory)" />
10+
<Exec Command="npm install --silent" WorkingDirectory="%(NpmModules.RootDir)%(Directory)" />
1111
</Target>
1212
</Project>

0 commit comments

Comments
 (0)