Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 3ea7865

Browse files
jorritjpignata
authored andcommitted
Fixed old files remaining in function.zip
1 parent 59623ec commit 3ea7865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package: image
99
docker run --rm --volume ${PWD}/lambda:/build amazonlinux:nodejs npm install --production
1010

1111
dist: package
12-
cd lambda && zip -r ../dist/function.zip *
12+
cd lambda && zip -FS -q -r ../dist/function.zip *
1313

1414
clean:
1515
rm -r lambda/node_modules

0 commit comments

Comments
 (0)