remove husky

This commit is contained in:
Saleel
2024-02-07 16:43:26 +04:00
parent 2a543694c0
commit e64a30acb0
2 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
echo " * Please remember to run 'yarn run test:e2e-zkp' before opening a PR. *\n * note: The dev server should be running on port 3000 for the e2e tests to pass. *\n"

View File

@@ -4,8 +4,7 @@
"scripts": {
"g:tsc": "cd $INIT_CWD && tsc",
"g:jest": "cd $INIT_CWD && jest",
"test": "jest",
"prepare": "husky install"
"test": "jest"
},
"workspaces": [
"packages/*",
@@ -20,7 +19,6 @@
"@types/libmime": "^5.0.3",
"babel-jest": "^29.5.0",
"babel-preset-jest": "^29.5.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",