mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 01:25:21 +08:00
chore: fix eslint in dev script
This commit is contained in:
parent
3eca422182
commit
4995f042ac
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"start": "node ./dist/server.js",
|
||||
"test": "vitest run",
|
||||
"test-coverage": "vitest run --coverage",
|
||||
"dev": "concurrently \"tsx watch --clear-screen=false --inspect ./src/server.ts\" \"tsc --preserveWatchOutput --noEmit --watch\" \"npx eslint-watch \"./src/**/*.ts\"\"",
|
||||
"dev": "concurrently -p none \"tsx watch --clear-screen=false --inspect ./src/server.ts\" \"tsc --preserveWatchOutput --noEmit --watch\" \"esw src/ -w --ext .ts --cache --color\"",
|
||||
"knip": "knip",
|
||||
"docker-db-only": "docker compose -f docker/compose.db-only.yml up",
|
||||
"docker": "docker compose -f docker/compose.yml up",
|
||||
|
|
Loading…
Add table
Reference in a new issue