Skip to content

Commit 80b4ae0

Browse files
authored
docs: clarify pnpmBuildDependency documentation (#1028)
1 parent 94a0ad8 commit 80b4ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sv/src/core/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type Scripts = {
2121
};
2222

2323
export type SvApi = {
24-
/** Add a package to the pnpm build dependencies. */
24+
/** Add a package to the pnpm onlyBuiltDependencies. */
2525
pnpmBuildDependency: (pkg: string) => void;
2626
/** Add a package to the dependencies. */
2727
dependency: (pkg: string, version: string) => void;

0 commit comments

Comments
 (0)