File tree Expand file tree Collapse file tree 7 files changed +2
-75
lines changed Expand file tree Collapse file tree 7 files changed +2
-75
lines changed Original file line number Diff line number Diff line change 298298 "@elastic/eslint-plugin-eui" : " 0.0.2" ,
299299 "@elastic/github-checks-reporter" : " 0.0.20b3" ,
300300 "@elastic/makelogs" : " ^5.0.1" ,
301- "@elastic/static-fs" : " 1.0.2" ,
302301 "@kbn/dev-utils" : " 1.0.0" ,
303302 "@kbn/es" : " 1.0.0" ,
304303 "@kbn/eslint-import-resolver-kibana" : " 2.0.0" ,
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- require ( '../src/setup_node_env' ) ;
2120require ( '../src/apm' ) ( process . env . ELASTIC_APM_PROXY_SERVICE_NAME || 'kibana-proxy' ) ;
21+ require ( '../src/setup_node_env' ) ;
2222require ( '../src/cli/cli' ) ;
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- require ( '../setup_node_env' ) ;
2120require ( '../apm' ) ( ) ;
21+ require ( '../setup_node_env' ) ;
2222require ( './cli' ) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ import {
4040 CreatePackageJsonTask ,
4141 CreateReadmeTask ,
4242 CreateRpmPackageTask ,
43- CreateStaticFsWithNodeModulesTask ,
4443 DownloadNodeBuildsTask ,
4544 ExtractNodeBuildsTask ,
4645 InstallDependenciesTask ,
@@ -127,7 +126,6 @@ export async function buildDistributables(options) {
127126 await run ( CleanTypescriptTask ) ;
128127 await run ( CleanExtraFilesFromModulesTask ) ;
129128 await run ( CleanEmptyFoldersTask ) ;
130- await run ( CreateStaticFsWithNodeModulesTask ) ;
131129
132130 /**
133131 * copy generic build outputs into platform-specific build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export * from './create_archives_task';
2525export * from './create_empty_dirs_and_files_task' ;
2626export * from './create_package_json_task' ;
2727export * from './create_readme_task' ;
28- export * from './create_static_fs_with_node_modules_task' ;
2928export * from './install_dependencies_task' ;
3029export * from './license_file_task' ;
3130export * from './nodejs' ;
Original file line number Diff line number Diff line change 14271427 "@types/node-jose" "1.1.0"
14281428 node-jose "1.1.0"
14291429
1430- "@elastic/static-fs@1.0.2":
1431- version "1.0.2"
1432- resolved "https://registry.yarnpkg.com/@elastic/static-fs/-/static-fs-1.0.2.tgz#c1e5fea6a1b35abcd005cecf7880156ed0f273ae"
1433- integrity sha512-0cZc5D9Wg6pJsc8Sa2ns1eOuxtXEidE7GBb2B0KZdJq9nZzUCxMyplURqT0Nr3i5XpoHb6ZEmxWsji86j1KjDw==
1434-
14351430"@elastic/ui-ace@0.2.3":
14361431 version "0.2.3"
14371432 resolved "https://registry.yarnpkg.com/@elastic/ui-ace/-/ui-ace-0.2.3.tgz#5281aed47a79b7216c55542b0675e435692f20cd"
You can’t perform that action at this time.
0 commit comments