Skip to content

Commit

Permalink
chore: Update package.json scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Jun 2, 2024
1 parent d2dadb2 commit 0a06297
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"build": "tsc --project tsconfig.json",
"clean": "node ./scripts/clean.js && npm run build",
"lint": "biome lint --apply ./src",
"format": "biome check --apply ./src",
"prepare": "npm run clean && husky"
"format": "biome check --apply ./src"
},
"lint-staged": {
"*.ts": [
Expand Down Expand Up @@ -46,7 +45,6 @@
"@types/signale": "^1.4.7",
"lint-staged": "^15.2.5",
"prisma": "^5.14.0",
"husky": "^9.0.11",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit 0a06297

Please sign in to comment.