Skip to content

Commit

Permalink
ci: fix yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Jan 28, 2024
1 parent 8128585 commit bf7f5b1
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 @@ -29,7 +29,7 @@
"lint:all": "backstage-cli repo lint",
"prettier:check": "prettier --check .",
"new": "backstage-cli new --scope internal",
"version": "changeset version && yarn install && (git commit -am 'Update internal dependencies' || true)",
"version": "changeset version && yarn install --no-immutable && (git commit -am 'Update internal dependencies' || true)",
"release": "changeset publish",
"prepare": "husky install",
"postinstall": "husky install || true"
Expand Down

0 comments on commit bf7f5b1

Please sign in to comment.