We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f328516 commit 058e7deCopy full SHA for 058e7de
package.json
@@ -9,6 +9,7 @@
9
"dev": "tsx watch --no-warnings --clear-screen=false ./src/server.ts",
10
"build": "tsc",
11
"test": "echo 'not yet'",
12
+ "test:coverage": "echo 'not yet'",
13
"format:check": "prettier --check .",
14
"format:verbose": "prettier --write --cache .",
15
"format": "prettier --write --cache . > /dev/null",
0 commit comments