Skip to content

Commit

Permalink
Include yarn.lock in installer client zipfile. (#517)
Browse files Browse the repository at this point in the history
Co-authored-by: PoeppingT <poeppt@amazon.com>
  • Loading branch information
PoeppingT and PoeppingT committed May 31, 2023
1 parent 65c5f9c commit e4e13fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,7 @@ public static void copyAdminWebAppSourceToS3(Path workingDir, String artifactsBu
.filter(file ->
Files.isRegularFile(file) && (
file.startsWith("client/web/package.json")
|| file.startsWith("client/web/yarn.lock")
|| file.startsWith("client/web/.npmrc")
|| file.startsWith("client/web/public")
|| file.startsWith("client/web/src"))
Expand Down

0 comments on commit e4e13fe

Please sign in to comment.