Skip to content

Commit d002bd0

Browse files
committed
Update build script
1 parent 124f6d7 commit d002bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_build-package.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ $ErrorActionPreference = 'Stop'
1010
[String]$PackageWrapperRoot = Join-Path -Path $PackageRoot -ChildPath 'nodejs-wrapper'
1111
$OriginalLocation = Get-Location
1212
Set-Location -LiteralPath $PSScriptRoot
13+
If (!$SkipNodeJSModules.IsPresent) {
14+
npm install
15+
}
1316
npm run wrapper-transform
1417
@(
1518
@{

0 commit comments

Comments
 (0)