mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
apply prettier styles
This commit is contained in:
parent
64ad4f3f92
commit
bf04235dae
7130 changed files with 31393 additions and 37163 deletions
|
@ -21,8 +21,8 @@ import del from 'del';
|
|||
import { join } from 'path';
|
||||
import { execFileSync as exec } from 'child_process';
|
||||
|
||||
export default function(grunt) {
|
||||
grunt.registerTask('docker:docs', 'Build docs from docker', function() {
|
||||
export default function (grunt) {
|
||||
grunt.registerTask('docker:docs', 'Build docs from docker', function () {
|
||||
const rootPath = grunt.config.get('root');
|
||||
const composePath = join(rootPath, 'tasks/docker_docs/docker-compose.yml');
|
||||
const htmlDocsDir = join(rootPath, 'html_docs');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue