chore: workflows
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user