Skip to content

Commit

Permalink
fix: adjust static asset prefix
Browse files Browse the repository at this point in the history
Copy all contents of `static/*`, do not retain the contained directory.
  • Loading branch information
jta committed Jun 7, 2024
1 parent b3c7acf commit 3b57d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $(foreach template,$(SAM_PACKAGE_TEMPLATES),$(eval \

$(SAM_PACKAGE_DIRS):
mkdir -p $@
cp -r static/ $@
cp -r static/* $@

$(SAM_PACKAGE_TEMPLATES): | $(SAM_PACKAGE_DIRS)
if [ ! -z "$(S3_BUCKET_PREFIX)" ]; then \
Expand Down

0 comments on commit 3b57d7f

Please sign in to comment.