Skip to content

Commit

Permalink
[PURIFY] Remove x-pack reference from the builds (#7)
Browse files Browse the repository at this point in the history
* [PURIFY] Remove all reference of x-pack from oss code

* [PURIFY] Remove x-pack from project directory
  • Loading branch information
mihirsoni authored Jan 30, 2021
1 parent 48ffdd9 commit c4e292e
Show file tree
Hide file tree
Showing 10 changed files with 1,152 additions and 5,452 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,9 @@
"workspaces": {
"packages": [
"packages/*",
"x-pack",
"x-pack/plugins/*",
"x-pack/legacy/plugins/*",
"examples/*",
"test/plugin_functional/plugins/*",
"test/interpreter_functional/plugins/*",
"x-pack/test/functional_with_es_ssl/fixtures/plugins/*",
"x-pack/test/plugin_api_integration/plugins/*"
"test/interpreter_functional/plugins/*"
],
"nohoist": [
"**/@types/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ it('builds a generated plugin into a viable archive', async () => {
info compressing plugin into [fooTestPlugin-7.9.0.zip]"
`);

await extract(PLUGIN_ARCHIVE, { dir: TMP_DIR });
await extract(PLUGIN_ARCHIVE, { dir: TMP_DIR }, () => {});

const files = await globby(['**/*'], { cwd: TMP_DIR });
files.sort((a, b) => a.localeCompare(b));
Expand Down
Loading

0 comments on commit c4e292e

Please sign in to comment.