chore: fix circle ci config for e2e test

This commit is contained in:
Saleel
2023-06-12 12:28:20 +05:30
parent 004aeff559
commit 6766f41864
3 changed files with 142 additions and 287 deletions

View File

@@ -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",