chore: husky

This commit is contained in:
Mo
2022-06-13 11:12:55 -05:00
parent c915723bca
commit c233fa9b6f
41 changed files with 118 additions and 177 deletions

View File

@@ -22,7 +22,6 @@
"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",
"release": "standard-version",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
"version": "yarn install --no-immutable && git add yarn.lock"
},
@@ -43,7 +42,6 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"typescript": "^4.7.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"