We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705be9a commit 920ab0aCopy full SHA for 920ab0a
package.json
@@ -19,7 +19,7 @@
19
"build:macos": "turbo run build:macos",
20
"build:ios-expo": "turbo run build:ios-expo",
21
"build:android-expo": "turbo run build:android-expo",
22
- "version-packages": "changeset version && yarn install",
+ "version-packages": "changeset version && yarn install --no-immutable",
23
"publish-packages": "turbo run build lint && changeset version && changeset publish"
24
},
25
"resolutions": {
0 commit comments