Skip to content

Commit

Permalink
chore: tweak test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed May 2, 2024
1 parent 5a9aa43 commit 651e141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"correctness": {
"noNewSymbol": "error",
"noUndeclaredVariables": "error",
"noUnusedImports": "error",
"noUnusedPrivateClassMembers": "error",
"noUnusedVariables": "error"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"env:encrypt": "dotenvx encrypt",
"env:decrypt": "dotenvx decrypt",
"dev": "tsx watch --env-file=.env src/index.ts",
"test": "pnpm run \"/^(check|lint|typecheck)$/\"",
"test": "pnpm run \"/^(check|typecheck)$/\"",
"postinstall": "prisma generate",
"build": "tsc",
"check": "biome format .",
"check": "biome check .",
"format": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome lint . --apply-unsafe",
Expand Down

0 comments on commit 651e141

Please sign in to comment.