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.
2 parents cde5c95 + 71691bf commit cf4b64cCopy full SHA for cf4b64c
build.ps1
@@ -7,7 +7,7 @@ install-module pscx
7
8
$version = (Get-content package.json -raw | ConvertFrom-Json).version
9
10
-Write-Zip -Path index.js,common.js,constants.js, kmsCrypto.js, upgrades.js, *.txt, package.json, node_modules/, -OutputPath .\dist\AWSLambdaRedshiftLoader-$version.zip
+Write-Zip -Path index.js,common.js,createS3TriggerFile.js,constants.js, kmsCrypto.js, upgrades.js, *.txt, package.json, node_modules/, -OutputPath .\dist\AWSLambdaRedshiftLoader-$version.zip
11
12
13
0 commit comments