kibana/packages
Kim Joar Bekkelund b8083c3b87
Run kbn:bootstrap script after installing deps (#16585) (#16590)
* Run 'kbn:bootstrap' scripts at the end of bootstrapping

* Add bootstrap command tests

* resetAllMocks

* Use 'absolutePathSnaphotSerializer'

* Mock console.log calls

* Strip ansi snapshot serializer

* reset in afterEach

* Log before running 'kbn:bootstrap' scripts

* mock linkProjectExecutables in bootstrap tests
2018-02-08 09:00:47 +01:00
..
eslint-config-kibana lint: error on innerHTML and family (#16477) 2018-02-04 08:40:29 -05:00
eslint-plugin-kibana-custom Build multiple Kibana packages for production (#16313) (#16496) 2018-02-02 22:47:18 +01:00
kbn-babel-preset [6.x] Babel preset package (#16479) (#16511) 2018-02-05 08:49:10 -07:00
kbn-build Run kbn:bootstrap script after installing deps (#16585) (#16590) 2018-02-08 09:00:47 +01:00
README.md

This folder contains node modules that are created by Kibana developers, for use in Kibana and its plugins.

For each such node module, create a sub-folder in this folder. The path/name of the folder should mirror the name in the node module's package.json. To publish the node module as an npm package, cd into the package's sub-folder, and run npm publish as usual.