🎨 Run prettier

This commit is contained in:
trickypr 2021-09-20 11:10:52 +10:00
parent 7a81587f9f
commit 4714fb4bc8
42 changed files with 1786 additions and 2445 deletions

View file

@ -1,18 +1,18 @@
export * from "./bootstrap";
export * from "./build";
export * from "./discard";
export * from "./download";
export * from "./download-artifacts";
export * from "./execute";
export * from "./export-file";
export * from "./export-patches";
export * from "./fix-le";
export * from "./import-patches";
export * from "./init";
export * from "./license-check";
export * from "./package";
export * from "./reset";
export * from "./run";
export * from "./set-branch";
export * from "./status";
export * from "./test";
export * from './bootstrap'
export * from './build'
export * from './discard'
export * from './download'
export * from './download-artifacts'
export * from './execute'
export * from './export-file'
export * from './export-patches'
export * from './fix-le'
export * from './import-patches'
export * from './init'
export * from './license-check'
export * from './package'
export * from './reset'
export * from './run'
export * from './set-branch'
export * from './status'
export * from './test'