Skip to content

Commit

Permalink
Added husky
Browse files Browse the repository at this point in the history
  • Loading branch information
BasileusErwin committed Jun 30, 2023
1 parent 8496df6 commit cad6213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"start": "NODE_PATH=dist/src/ node dist/src/server.js",
"test": "env $(cat .env.test | grep -v '#' | xargs) ENV=test jest --verbose --colors --coverage --detectOpenHandles --forceExit --runInBand",
"lint": "yarn rome check {src/,test/}/**/*.ts",
"format": "yarn rome format --write --config-path=. {src/,test/}**/*.ts"
"format": "yarn rome format --write --config-path=. {src/,test/}**/*.ts",
"postinstall": "husky install"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
Expand Down

0 comments on commit cad6213

Please sign in to comment.