We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a04294 commit b8e8b7cCopy full SHA for b8e8b7c
src/commands/build.ts
@@ -487,7 +487,7 @@ export function validatePackageJson(
487
type PackageJsonType = 'module' | 'commonjs';
488
489
/**
490
- * Sets the {@link filePath package.json} `"type"` field to the defined {@link type}
+ * Sets the {@link cwd workspaces} package.json(s) `"type"` field to the defined {@link type}
491
* returning a "revert" function which puts the original `"type"` back.
492
*
493
* @returns A revert function that reverts the original value of the `"type"` field.
0 commit comments