Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Dec 10, 2024
1 parent 90cb589 commit bcca785
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 @@ -16,7 +16,7 @@
"start": "NODE_ENV=production node ./build/server/index.js",
"test": "vitest run --browser.headless",
"test:ui": "vitest",
"test:cov": "vitest run --coverage --browser.headless",
"test:cov": "vitest run --coverage ",
"typecheck": "tsc",
"validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused",
"check": "biome check .",
Expand Down Expand Up @@ -86,4 +86,4 @@
"node": ">=22.11.0",
"pnpm": ">=9.14.2"
}
}
}

0 comments on commit bcca785

Please sign in to comment.