We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0730f5f commit cd7f3beCopy full SHA for cd7f3be
release-please-config.json
@@ -9,7 +9,9 @@
9
"packages/ai": {},
10
"packages/blobs": {},
11
"packages/cache": {},
12
- "packages/dev": {},
+ "packages/dev": {
13
+ "exclude-paths": ["packages/dev"]
14
+ },
15
"packages/dev-utils": {},
16
"packages/edge-functions": {},
17
"packages/functions/dev": {},
@@ -24,6 +26,8 @@
24
26
"packages/static": {},
25
27
"packages/types": {},
28
"packages/vite-plugin": {},
- "packages/vite-plugin-tanstack-start": {}
29
+ "packages/vite-plugin-tanstack-start": {
30
+ "exclude-paths": ["packages/vite-plugin-tanstack-start/test"]
31
+ }
32
}
33
0 commit comments