Commit a6f3be0b authored by Will Cory's avatar Will Cory Committed by GitHub

feat(dev-env): Pin yarn version (#2806)

* feat(dev-env):Pin yarn to a common shared version

* fix git ignore
Co-authored-by: default avatarWill Cory <willcory@Wills-MacBook-Pro.local>
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 3d1cb720
......@@ -7,6 +7,10 @@ coverage.json
*.tsbuildinfo
yarn-error.log
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
dist
artifacts
......
This diff is collapsed.
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
yarn-path ".yarn/releases/yarn-1.22.19.cjs"
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment