Skip to content

Commit

Permalink
skip husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
trangiabach committed Nov 4, 2023
1 parent 5475b97 commit 7c8d510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"start": "ts-node src/app.ts",
"dev": "nodemon src/app.ts",
"format": "prettier --cache --write .",
"lint": "eslint . --ext .ts",
"prepare": "husky install"
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
Expand Down

0 comments on commit 7c8d510

Please sign in to comment.