Skip to content

Commit b657a5f

Browse files
authored
Merge pull request #232 from mateusz1913/chore/release-config
chore: fix broken npm version when releasing library
2 parents bf1aaf6 + 9f652f9 commit b657a5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-native-avoid-softinput/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"tagName": "v${version}"
7878
},
7979
"npm": {
80-
"publish": true
80+
"publish": true,
81+
"versionArgs": ["--workspaces-update=false"]
8182
},
8283
"github": {
8384
"release": true

0 commit comments

Comments
 (0)