Skip to content

Commit f961be8

Browse files
committed
chore: enable version plans
1 parent edfcf4d commit f961be8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

nx.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,28 @@
5353
],
5454
"sharedGlobals": []
5555
},
56+
"release": {
57+
"projects": ["packages/**/*"],
58+
"versionPlans": {
59+
"ignorePatternsForPlanCheck": [
60+
"**/*.test.tsx",
61+
"**/*.test.ts",
62+
"**/*.spec.tsx",
63+
"**/*.spec.ts",
64+
"**/*.component-browser-spec.tsx",
65+
"**/*.stories.tsx",
66+
"**/.eslintrc.json",
67+
"**/jest.config.js",
68+
"**/playwright.config.ts",
69+
"**/project.json",
70+
"**/*.md",
71+
"**/*.babelrc",
72+
"**/playwright/**",
73+
"**/.storybook/**"
74+
]
75+
},
76+
"projectsRelationship": "independent"
77+
},
5678
"workspaceLayout": {
5779
"appsDir": "packages",
5880
"libsDir": "packages"

0 commit comments

Comments
 (0)