Skip to content

Commit

Permalink
Pass --no-immutable to Yarn when regenerating lockfile after versio…
Browse files Browse the repository at this point in the history
…ning packages
  • Loading branch information
Andarist committed Aug 22, 2022
1 parent 2de94ae commit df434ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"preinstall": "node ./scripts/ensure-yarn.js",
"postinstall": "preconstruct dev && manypkg check",
"changeset": "changeset",
"version-packages": "changeset version && yarn",
"version-packages": "changeset version && yarn --no-immutable",
"release": "yarn build && changeset publish"
},
"author": "Kye Hohenberger",
Expand Down

0 comments on commit df434ea

Please sign in to comment.