mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 13:38:03 -05:00
chore: fix circle ci config for e2e test
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"scripts": {
|
||||
"g:tsc": "cd $INIT_CWD && tsc",
|
||||
"g:jest": "cd $INIT_CWD && jest",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -17,6 +18,7 @@
|
||||
"@babel/preset-typescript": "^7.21.5",
|
||||
"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