Skip to content

Commit 2d3ed3a

Browse files
authored
Merge pull request #11 from ariflogs/dev
Removed pritter checking for now
2 parents 5be09ca + 2aa2c70 commit 2d3ed3a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"scripts": {
1212
"dev": "tsc -w",
1313
"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"
14+
"check": "npx prettier . --check",
15+
"pretty": "npx prettier . --write",
16+
"build": "tsc",
17+
"test": "echo \"Error: no test specified\" && exit 1"
1718
},
1819
"author": {
1920
"name": "Arif Hossain",
@@ -34,4 +35,4 @@
3435
"dependencies": {
3536
"mongodb": "^6.1.0"
3637
}
37-
}
38+
}

0 commit comments

Comments
 (0)