We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3d57d commit 2aa2c70Copy full SHA for 2aa2c70
1 file changed
package.json
@@ -11,9 +11,10 @@
11
"scripts": {
12
"dev": "tsc -w",
13
"start": "tsc && node dist/index.mjs",
14
- "build": "npx prettier . --check && tsc",
15
- "test": "echo \"Error: no test specified\" && exit 1",
16
- "pretty": "npx prettier . --write"
+ "check": "npx prettier . --check",
+ "pretty": "npx prettier . --write",
+ "build": "tsc",
17
+ "test": "echo \"Error: no test specified\" && exit 1"
18
},
19
"author": {
20
"name": "Arif Hossain",
@@ -34,4 +35,4 @@
34
35
"dependencies": {
36
"mongodb": "^6.1.0"
37
}
-}
38
+}
0 commit comments