Skip to content

Commit 9cb2a51

Browse files
authored
fix(release): update nx config to latest (#253)
1 parent ed46075 commit 9cb2a51

4 files changed

Lines changed: 91 additions & 2353 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ vite.config.ts.timestamp-*
2626
.nx/workspace-data
2727
*.tsbuildinfo
2828

29-
/example/playgrounds
29+
/example/playgrounds
30+
.cursor/rules/nx-rules.mdc
31+
.github/instructions/nx.instructions.md

nx.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"cache": true
1818
}
1919
},
20-
"affected": {
21-
"defaultBase": "main"
22-
},
2320
"release": {
2421
"projects": [
2522
"@epic-web/workshop-app",
@@ -30,9 +27,8 @@
3027
],
3128
"version": {
3229
"conventionalCommits": true,
33-
"generatorOptions": {
34-
"packageRoot": "publish/{projectRoot}"
35-
}
30+
"preserveLocalDependencyProtocols": false,
31+
"manifestRootsToUpdate": ["publish/{projectRoot}"]
3632
},
3733
"changelog": {
3834
"workspaceChangelog": {

0 commit comments

Comments
 (0)