We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed46075 commit 9cb2a51Copy full SHA for 9cb2a51
4 files changed
.gitignore
@@ -26,4 +26,6 @@ vite.config.ts.timestamp-*
26
.nx/workspace-data
27
*.tsbuildinfo
28
29
-/example/playgrounds
+/example/playgrounds
30
+.cursor/rules/nx-rules.mdc
31
+.github/instructions/nx.instructions.md
nx.json
@@ -17,9 +17,6 @@
17
"cache": true
18
}
19
},
20
- "affected": {
21
- "defaultBase": "main"
22
- },
23
"release": {
24
"projects": [
25
"@epic-web/workshop-app",
@@ -30,9 +27,8 @@
],
"version": {
32
"conventionalCommits": true,
33
- "generatorOptions": {
34
- "packageRoot": "publish/{projectRoot}"
35
- }
+ "preserveLocalDependencyProtocols": false,
+ "manifestRootsToUpdate": ["publish/{projectRoot}"]
36
37
"changelog": {
38
"workspaceChangelog": {
0 commit comments