Skip to content

Commit 1989b0e

Browse files
committed
fix: exclude create-crc-app and executors packages from nx release process
1 parent ef6e0aa commit 1989b0e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696
],
9797
"release": {
98-
"projects": ["packages/*"],
98+
"projects": ["packages/*", "!packages/create-crc-app", "!packages/executors"],
9999
"projectsRelationship": "independent",
100100
"version": {
101101
"git": {
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"name": "create-crc-app",
3-
"targets": {
4-
"nx-release-publish": {
5-
"options": {
6-
"packageRoot": "{projectRoot}"
7-
}
8-
}
9-
}
3+
"tags": ["scope:private"],
4+
"targets": {}
105
}

0 commit comments

Comments
 (0)