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 124f6d7 commit d002bd0Copy full SHA for d002bd0
_build-package.ps1
@@ -10,6 +10,9 @@ $ErrorActionPreference = 'Stop'
10
[String]$PackageWrapperRoot = Join-Path -Path $PackageRoot -ChildPath 'nodejs-wrapper'
11
$OriginalLocation = Get-Location
12
Set-Location -LiteralPath $PSScriptRoot
13
+If (!$SkipNodeJSModules.IsPresent) {
14
+ npm install
15
+}
16
npm run wrapper-transform
17
@(
18
@{
0 commit comments