chore: fix scripts path

This commit is contained in:
Mo
2022-06-07 12:00:54 -05:00
parent 0b7ce82aaa
commit 10d3a1bbcc
3 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,9 @@
"build:web": "lerna run build --scope=@standardnotes/web",
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
"prepare": "husky install"
"prepare": "husky install",
"version-bump": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
"publish-packages": "lerna publish from-git --yes"
},
"devDependencies": {
"@types/node": "^17.0.21",