Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjoshi-ekline committed May 5, 2024
1 parent 3d5bcac commit bbea13f
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": "[email protected]",
Expand All @@ -140,4 +140,4 @@
"million": "^3.0.5",
"sharp": "^0.33.3"
}
}
}

0 comments on commit bbea13f

Please sign in to comment.