Skip to content

Commit b54f091

Browse files
committed
format
1 parent f6128a3 commit b54f091

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release/utils/workspace.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ const writeFile = promisify(_writeFile);
2828
const {
2929
workspaces: rawWorkspaces
3030
}: { workspaces: { packages: string[] } } = require(`${root}/package.json`);
31-
const workspaces = rawWorkspaces.packages.map(workspace => `${root}/${workspace}`);
31+
const workspaces = rawWorkspaces.packages.map(
32+
workspace => `${root}/${workspace}`
33+
);
3234

3335
export function mapWorkspaceToPackages(
3436
workspaces: string[]

0 commit comments

Comments
 (0)