Skip to content

Commit 5773ba7

Browse files
committed
prettier
1 parent 52d38e1 commit 5773ba7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/commands/build.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
import { createCommand } from '../command.js';
2-
import { getBobConfig } from '../config.js';
3-
import { getRootPackageJSON } from '../utils/get-root-package-json.js';
4-
import { getWorkspacePackagePaths } from '../utils/get-workspace-package-paths.js';
5-
import { getWorkspaces } from '../utils/get-workspaces.js';
6-
import { rewriteExports } from '../utils/rewrite-exports.js';
7-
import { presetFields, presetFieldsESM } from './bootstrap.js';
81
import assert from 'assert';
2+
import { dirname, join, resolve } from 'path';
93
import { Consola } from 'consola';
104
import { execa, ExecaReturnValue } from 'execa';
115
import fse from 'fs-extra';
126
import { globby } from 'globby';
137
import get from 'lodash.get';
148
import mkdirp from 'mkdirp';
159
import pLimit from 'p-limit';
16-
import { dirname, join, resolve } from 'path';
10+
import { createCommand } from '../command.js';
11+
import { getBobConfig } from '../config.js';
12+
import { getRootPackageJSON } from '../utils/get-root-package-json.js';
13+
import { getWorkspacePackagePaths } from '../utils/get-workspace-package-paths.js';
14+
import { getWorkspaces } from '../utils/get-workspaces.js';
15+
import { rewriteExports } from '../utils/rewrite-exports.js';
16+
import { presetFields, presetFieldsESM } from './bootstrap.js';
1717

1818
export const DIST_DIR = 'dist';
1919

0 commit comments

Comments
 (0)