Skip to content

Commit

Permalink
Add --no-immutable flag to version:prepare (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored Nov 22, 2023
1 parent 1a41a7a commit 31cbf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "yarn workspaces foreach --since --parallel run lint",
"test": "yarn workspaces foreach --since --parallel run test",
"coverage": "yarn workspaces foreach --since --parallel run coverage",
"version:prepare": "yarn changeset version && yarn install",
"version:prepare": "yarn changeset version && yarn install --no-immutable",
"version:check": "yarn changeset status",
"release": "yarn build && yarn changeset publish",
"postinstall": "husky install"
Expand Down

0 comments on commit 31cbf6f

Please sign in to comment.