Skip to content

Commit 65cccbe

Browse files
committed
fix: disable updateBuildableProjectDepsInPackageJson
1 parent 2b357d1 commit 65cccbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/testing-library/project.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"executor": "@nrwl/angular:package",
99
"outputs": ["dist/@testing-library/angular"],
1010
"options": {
11-
"project": "projects/testing-library/ng-package.json"
11+
"project": "projects/testing-library/ng-package.json",
12+
"updateBuildableProjectDepsInPackageJson": false
1213
},
1314
"configurations": {
1415
"production": {

0 commit comments

Comments
 (0)