Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cf4ff2

Browse files
committed
build: replace file:// with link://
This ensure that renovate can update this lock file without the need to build the repo
1 parent 182e320 commit 1cf4ff2

File tree

2 files changed

+9
-69
lines changed

2 files changed

+9
-69
lines changed

integration/consumers/ng-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"sample-custom": "file://../../samples/custom/dist/",
19-
"@sample/material": "file://../../samples/material/dist/",
20-
"@sample/secondary": "file://../../samples/secondary/dist/",
18+
"sample-custom": "link://../../samples/custom/dist/",
19+
"@sample/material": "link://../../samples/material/dist/",
20+
"@sample/secondary": "link://../../samples/secondary/dist/",
2121
"@angular/cdk": "~20.0.0",
2222
"@angular/common": "~20.0.0",
2323
"@angular/compiler": "~20.0.0",

integration/consumers/ng-cli/pnpm-lock.yaml

Lines changed: 6 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)