Skip to content

Commit

Permalink
no post-resolution check or immutability req in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Mar 6, 2024
1 parent e50e957 commit f05a9ac
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 @@
"cs": "yarn changeset",
"bump": "yarn changeset version",
"release": "yarn build && yarn cs publish",
"version_and_reinstall": "yarn changeset version && yarn",
"version_and_reinstall": "yarn changeset version && yarn install --no-immutable --no-check-resolutions",
"beta-enter": "bash scripts/beta-mode.sh",
"beta-exit": "yarn cs pre exit && git commit -am 'Complete beta releasing'",
"postinstall": "yarn husky install && yarn workspaces foreach --all -piv run postinstall"
Expand Down

0 comments on commit f05a9ac

Please sign in to comment.