Skip to content

Commit 2136129

Browse files
committed
fix: update workspace glob patterns in package.json
1 parent f260f20 commit 2136129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"vitest": "^0.28.3"
8484
},
8585
"workspaces": [
86-
"packages/**",
87-
"apps/**"
86+
"packages/*",
87+
"apps/*"
8888
],
8989
"resolutions": {
9090
"strip-ansi": "6.0.1",

0 commit comments

Comments
 (0)