Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Jun 14, 2023
1 parent b213cbb commit b36c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-plugin-helpers/src/tasks/bazel_packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function buildBazelPackages({ log, dist }: TaskContext) {
].concat(dist ? [`--define=dist=true`] : []),
{
logPrefix: ' │ ',
quiet: true
quiet: true,
}
);

Expand Down

0 comments on commit b36c660

Please sign in to comment.