chore: config

This commit is contained in:
Mo
2022-06-10 11:57:33 -05:00
parent be0943ad1a
commit 189664cfba
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -28,6 +28,7 @@ yarn-error.log
package-lock.json
codeqldb
coverage
lerna-debug.log
**/.pnp.*
**/.yarn/*

View File

@@ -25,7 +25,7 @@
"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",
"version-bump": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
"version-bump": "lerna version --no-push --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"
},