Skip to content

Commit

Permalink
remove entry from watch paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 10, 2021
1 parent 9adc4a4 commit c5e1ed6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dev/cli_dev_mode/get_server_watch_paths.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ it('produces the right watch and ignore list', () => {
Array [
<absolute path>/src/core,
<absolute path>/src/legacy/server,
<absolute path>/src/legacy/ui,
<absolute path>/src/legacy/utils,
<absolute path>/config,
<absolute path>/x-pack/test/plugin_functional/plugins/resolver_test,
Expand Down
1 change: 0 additions & 1 deletion src/dev/cli_dev_mode/get_server_watch_paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function getServerWatchPaths({ pluginPaths, pluginScanDirs }: Options) {
[
fromRoot('src/core'),
fromRoot('src/legacy/server'),
fromRoot('src/legacy/ui'),
fromRoot('src/legacy/utils'),
fromRoot('config'),
...pluginPaths,
Expand Down

0 comments on commit c5e1ed6

Please sign in to comment.