Skip to content

Commit cf4b64c

Browse files
committed
Merge pull request #65 from philltomlinson/master
Add createS3TriggerFile.js to the windows build script
2 parents cde5c95 + 71691bf commit cf4b64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install-module pscx
77

88
$version = (Get-content package.json -raw | ConvertFrom-Json).version
99

10-
Write-Zip -Path index.js,common.js,constants.js, kmsCrypto.js, upgrades.js, *.txt, package.json, node_modules/, -OutputPath .\dist\AWSLambdaRedshiftLoader-$version.zip
10+
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
1111

1212

1313

0 commit comments

Comments
 (0)