Skip to content

Commit 920ab0a

Browse files
committed
chore: add --no-immutable to allow CI to change yarn.lock
1 parent 705be9a commit 920ab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:macos": "turbo run build:macos",
2020
"build:ios-expo": "turbo run build:ios-expo",
2121
"build:android-expo": "turbo run build:android-expo",
22-
"version-packages": "changeset version && yarn install",
22+
"version-packages": "changeset version && yarn install --no-immutable",
2323
"publish-packages": "turbo run build lint && changeset version && changeset publish"
2424
},
2525
"resolutions": {

0 commit comments

Comments
 (0)