apply prettier styles

This commit is contained in:
restrry 2020-05-22 09:08:58 +02:00
parent 64ad4f3f92
commit bf04235dae
7130 changed files with 31393 additions and 37163 deletions

View file

@ -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');