Skip to content

Commit 260e158

Browse files
committed
Try npm ci explicitly
1 parent e4ddaae commit 260e158

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eng/SourceBuild.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,13 @@
8383
</ItemGroup>
8484
</Target>
8585

86+
<Target Name="RestoreNpmPackages"
87+
BeforeTargets="RunInnerSourceBuildCommand">
88+
89+
<Exec
90+
Command="npm ci"
91+
WorkingDirectory="$(InnerSourceBuildRepoRoot)" />
92+
93+
</Target>
94+
8695
</Project>

0 commit comments

Comments
 (0)