Skip to content

Commit

Permalink
chore: Update deprecated husky Install command (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak-png981 authored May 6, 2024
1 parent 3d5bcac commit e61102c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"db:format": "pnpm dlx prisma format --schema=apps/api/src/prisma/schema.prisma",
"db:reset": "pnpm dlx prisma migrate reset --force --schema=apps/api/src/prisma/schema.prisma",
"format": "prettier apps/**/*.{ts,tsx} --write",
"prepare": "husky install",
"prepare": "husky",
"sourcemaps:api": "turbo run sourcemaps --filter=api"
},
"packageManager": "pnpm@9.0.5",
Expand All @@ -140,4 +140,4 @@
"million": "^3.0.5",
"sharp": "^0.33.3"
}
}
}

0 comments on commit e61102c

Please sign in to comment.