We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baa2fa commit 970dc6cCopy full SHA for 970dc6c
build/repo.targets
@@ -7,6 +7,6 @@
7
8
<Message Text="Restoring NPM modules for: %0A - @(NpmModules -> '%(FullPath)','%0A - ')" Importance="high" />
9
10
- <Exec Command="npm install" WorkingDirectory="%(NpmModules.RootDir)%(Directory)" />
+ <Exec Command="npm install --silent" WorkingDirectory="%(NpmModules.RootDir)%(Directory)" />
11
</Target>
12
</Project>
0 commit comments