Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
chore(NA): include hidden files when creating package with plugin hel…
Browse files Browse the repository at this point in the history
…pers (elastic#68247) (elastic#69223)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
mistic and elasticmachine authored Jun 16, 2020
1 parent 997c182 commit 611a8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function createPackage(

// zip up the package
await pipeline(
vfs.src(buildFiles, { cwd: buildTarget, base: buildTarget }),
vfs.src(buildFiles, { cwd: buildTarget, base: buildTarget, dot: true }),
zip(`${buildId}.zip`),
vfs.dest(buildTarget)
);
Expand Down

0 comments on commit 611a8f0

Please sign in to comment.