Skip to content

Commit

Permalink
Merge pull request #65 from philltomlinson/master
Browse files Browse the repository at this point in the history
Add createS3TriggerFile.js to the windows build script
  • Loading branch information
IanMeyers committed Jan 18, 2016
2 parents cde5c95 + 71691bf commit cf4b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install-module pscx

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

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



Expand Down

0 comments on commit cf4b64c

Please sign in to comment.