Skip to content

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 (#68247) (#69222)

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
mistic and elasticmachine authored Jun 16, 2020
1 parent 11e89cf commit 04c9b74
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 04c9b74

Please sign in to comment.