Skip to content

Commit b8e8b7c

Browse files
committed
fix comment
1 parent 3a04294 commit b8e8b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export function validatePackageJson(
487487
type PackageJsonType = 'module' | 'commonjs';
488488

489489
/**
490-
* Sets the {@link filePath package.json} `"type"` field to the defined {@link type}
490+
* Sets the {@link cwd workspaces} package.json(s) `"type"` field to the defined {@link type}
491491
* returning a "revert" function which puts the original `"type"` back.
492492
*
493493
* @returns A revert function that reverts the original value of the `"type"` field.

0 commit comments

Comments
 (0)