Merge pull request #2845 from ethereum-optimism/develop
Merge develop into master
Showing
.changeset/pink-bags-rule.md
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
.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