Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include files starting with a period on packaging (#7861)
I use prisma(https://www.prisma.io/) with lambda function and it creates node_modules/.prisma folder to add query-engines. When packaging process, Amplify does not include this folder into build.zip . Adding `dot: true` option to archiver will solve this issue. I hope you will find this useful.
- Loading branch information