Skip to content

Commit

Permalink
UpdatE
Browse files Browse the repository at this point in the history
  • Loading branch information
pshao25 committed Apr 10, 2023
1 parent fe7d415 commit e6ccda1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/common/scripts/TypeSpec-Project-Generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function NpmInstallAtRoot() {
$npmInstallCommand = "npm install --prefix $root $emitterName@$replacementVersion --no-package-lock --omit=dev"
Write-Host($npmInstallCommand)
Invoke-Expression $npmInstallCommand
if ($LASTEXITCODE) { exit $LASTEXITCODE }

if ($hasPackageFile) {
git restore package.json
Expand Down

0 comments on commit e6ccda1

Please sign in to comment.