mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-08 21:18:09 -05:00
remove husky
This commit is contained in:
@@ -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"
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user