Skip to content

Commit 595ed2d

Browse files
committed
chore(repo): patch nx/angular schema
1 parent 89c1e5a commit 595ed2d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,10 @@
166166
}
167167
}
168168
}
169+
},
170+
"pnpm": {
171+
"patchedDependencies": {
172+
"@nx/angular": "patches/@nx__angular.patch"
173+
}
169174
}
170175
}

patches/@nx__angular.patch

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/src/executors/package/schema.json b/src/executors/package/schema.json
2+
index 540c0578a85d31bd67e66a0863b074cb3bcb554b..4cb66b96884e574bf0d0a1bcda33ff379ecbfba5 100644
3+
--- a/src/executors/package/schema.json
4+
+++ b/src/executors/package/schema.json
5+
@@ -1,7 +1,7 @@
6+
{
7+
"version": 2,
8+
"outputCapture": "direct-nodejs",
9+
- "$schema": "https://json-schema.org/schema",
10+
+ "$schema": "http://json-schema.org/schema",
11+
"title": "ng-packagr Target",
12+
"description": "Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.\n\nThis executor is a drop-in replacement for the `@angular-devkit/build-angular:ng-packagr` and `@angular/build:ng-packagr` builders, with additional support for incremental builds.",
13+
"cli": "nx",

pnpm-lock.yaml

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)