Skip to content

Commit

Permalink
Add sleep to ftpPopulateTestLambda script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Oct 28, 2024
1 parent a7ea9b9 commit 084f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lambdas/ftpPopulateTestLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"build": "rm -rf dist && mkdir dist && cp -R granules ./dist/granules && ../../../node_modules/.bin/webpack",
"package": "npm run build && (cd dist && node ../../../../bin/zip.js lambda.zip index.js granules)",
"package": "npm run build && sleep 10 && (cd dist && node ../../../../bin/zip.js lambda.zip index.js granules)",
"clean": "rm -rf dist",
"test": "true",
"oldpackage": "rm -f lambda.zip && node ../../../bin/zip.js lambda.zip index.js node_modules ../../spec/helpers",
Expand Down

0 comments on commit 084f17b

Please sign in to comment.