Skip to content

Commit

Permalink
feat: add husky install script. husky prepare must be run from same d…
Browse files Browse the repository at this point in the history
…ir at .git according to typicode/husky#851 (comment)
  • Loading branch information
ch3njust1n committed Nov 28, 2022
1 parent 39e4f4e commit 7a9089c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/server/package.json
Expand Up @@ -22,7 +22,8 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json",
"prepare": "cd ../.. && husky install"
},
"dependencies": {
"@emotion/css": "^11.10.0",
Expand All @@ -41,6 +42,7 @@
"aws-sdk": "^2.1258.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"husky": "^8.0.2",
"node-ses": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 7a9089c

Please sign in to comment.