Skip to content

Commit

Permalink
Merge branch 'build-external-plugins-with-correct-bazel-artifacts-out…
Browse files Browse the repository at this point in the history
…put-mode' of github.com:mistic/kibana into build-external-plugins-with-correct-bazel-artifacts-output-mode
  • Loading branch information
mistic committed Jun 14, 2023
2 parents f481b0c + f8dca60 commit 5e200bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kbn-plugin-helpers/src/tasks/bazel_packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ export async function buildBazelPackages({ log, dist }: TaskContext) {
}
);

log.success('bazel run successfully and artifacts were created')
log.success('bazel run successfully and artifacts were created');
} catch (e) {
log.error(`bazel run failed: ${e}`);
}
}

1 change: 1 addition & 0 deletions packages/kbn-plugin-helpers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@kbn/jest-serializers",
"@kbn/repo-packages",
"@kbn/stdio-dev-helpers",
"@kbn/bazel-runner",
],
"exclude": [
"target/**/*",
Expand Down

0 comments on commit 5e200bc

Please sign in to comment.