-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d5bcac
commit bbea13f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|
@@ -140,4 +140,4 @@ | |
"million": "^3.0.5", | ||
"sharp": "^0.33.3" | ||
} | ||
} | ||
} |