chore(wip): release flow
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "@standardnotes/app-monorepo",
|
||||
"version": "3.21.0",
|
||||
"private": true,
|
||||
"author": "Standard Notes",
|
||||
"workspaces": {
|
||||
@@ -23,7 +22,8 @@
|
||||
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
||||
"prepare": "husky install",
|
||||
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
|
||||
"version": "yarn install --no-immutable && git add yarn.lock"
|
||||
"release": "yarn workspaces foreach run release",
|
||||
"version-bump": "lerna version --conventional-commits --yes -m \"chore(release): publish\""
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/styled-components/@types/react": "17.0.2",
|
||||
@@ -35,6 +35,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@lerna-lite/cli": "^1.5.1",
|
||||
"@standardnotes/config": "^2.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
@@ -42,7 +43,6 @@
|
||||
"husky": "^8.0.0",
|
||||
"lint-staged": "^13.0.1",
|
||||
"prettier": "^2.6.2",
|
||||
"release-please": "^13.18.3",
|
||||
"typescript": "^4.7.3",
|
||||
"webpack": "^5.72.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
|
||||
Reference in New Issue
Block a user