chore: workflows

This commit is contained in:
Mo
2022-06-10 19:54:02 -05:00
parent f7c5396e71
commit 95d5461278

View File

@@ -30,7 +30,7 @@
"version-bump": "lerna version --loglevel=silly --conventional-commits --yes -m \"chore(release): publish\"",
"publish-packages": "lerna publish from-git --yes",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
"version": "yarn install && git stage yarn.lock"
"version": "yarn install --no-immutable && git add yarn.lock"
},
"resolutions": {
"@types/styled-components/@types/react": "17.0.2",