Skip to content

Commit e7a18d2

Browse files
committed
Fix functional test yarn lock content version
1 parent 27f5cc2 commit e7a18d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/helpers/local-monorepo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ __metadata:
193193
const pkg = this.#packages[packageName];
194194
return `
195195
"${pkg.name}@workspace:${pkg.directoryPath}":
196-
version: ${pkg.version}
196+
version: 0.0.0-use.local
197197
resolution: "${pkg.name}@workspace:${pkg.directoryPath}"
198198
languageName: unknown
199199
linkType: soft`;

0 commit comments

Comments
 (0)