|
@@ -38,7 +38,8 @@
|
|
"start:files": "yarn workspace @standardnotes/files-server start",
|
|
"start:files": "yarn workspace @standardnotes/files-server start",
|
|
"start:files-worker": "yarn workspace @standardnotes/files-server worker",
|
|
"start:files-worker": "yarn workspace @standardnotes/files-server worker",
|
|
"start:api-gateway": "yarn workspace @standardnotes/api-gateway start",
|
|
"start:api-gateway": "yarn workspace @standardnotes/api-gateway start",
|
|
- "release:prod": "lerna version --conventional-graduate --conventional-commits --yes -m \"chore(release): publish new version\""
|
|
|
|
|
|
+ "release:prod": "lerna version --conventional-graduate --conventional-commits --yes -m \"chore(release): publish new version\"",
|
|
|
|
+ "postversion": "./scripts/push-tags-one-by-one.sh"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.2",
|
|
"@commitlint/cli": "^17.0.2",
|