Skip to content

Commit 558aa29

Browse files
committed
chore: should check deps of all package.json
1 parent 96f5983 commit 558aa29

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
"linked": [],
66
"access": "restricted",
77
"baseBranch": "main",
8+
"privatePackages": {
9+
"version": false,
10+
"tag": false
11+
},
812
"fixed": [["@rslib/*", "rsbuild-plugin-dts", "create-rslib"]],
913
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1014
"onlyUpdatePeerDependentsWhenOutOfRange": true,
1115
"updateInternalDependents": "always"
1216
},
13-
"updateInternalDependencies": "patch",
14-
"ignore": []
17+
"updateInternalDependencies": "patch"
1518
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"private": true,
44
"workspaces": {
55
"packages": [
6-
"packages/*"
6+
"packages/*",
7+
"scripts/*",
8+
"tests/**",
9+
"examples/**",
10+
"website"
711
]
812
},
913
"scripts": {

0 commit comments

Comments
 (0)