feat(dev-env): Pin yarn version (#2806)
* feat(dev-env):Pin yarn to a common shared version * fix git ignore Co-authored-by:Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Showing
This diff is collapsed.
.yarnrc
0 → 100644
... | ... | @@ -41,7 +41,8 @@ |
"postinstall": "patch-package", | ||
"ready": "yarn lint && yarn test", | ||
"prepare": "husky install", | ||
"release": "yarn build && yarn changeset publish" | ||
"release": "yarn build && yarn changeset publish", | ||
"update:yarn": "yarn set version 1.x" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.18.2", | ||
... | ... |
Please register or sign in to comment