Skip to content

Commit b5b29a5

Browse files
author
Nir Maoz
authored
chore: exclude vue3 from lerna package list (#162)
1 parent 2aa5ded commit b5b29a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": [
3-
"packages/**/!(dist|playground)*"
3+
"packages/**/!(dist|playground|vue3)*"
44
],
55
"version": "1.4.1"
66
}

0 commit comments

Comments
 (0)