Skip to content

Commit fca1834

Browse files
committed
chore: trying to fix lerna publish
1 parent 5992bc5 commit fca1834

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lerna.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.0",
2+
"version": "14.0.1",
33
"packages": [
44
"packages/*"
55
],
@@ -17,7 +17,10 @@
1717
"private": false,
1818
"ignoreChanges": [
1919
"*.md"
20-
]
20+
],
21+
"publishConfig": {
22+
"access": "public"
23+
}
2124
},
2225
"version": {
2326
"conventionalCommits": true,
@@ -38,4 +41,4 @@
3841
]
3942
}
4043
}
41-
}
44+
}

0 commit comments

Comments
 (0)