Skip to content

Commit 624f3d8

Browse files
committed
bots/auto-moderator: make ci only run type checks
1 parent 41f4ffc commit 624f3d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bots/auto-moderator/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"start": "bun run src/main.ts",
8-
"ci": "bun types && bun check",
9-
"types": "bun run tsc",
10-
"check": "biome check"
8+
"ci": "bun run tsc"
119
},
1210
"dependencies": {
1311
"valibot": "^1.1.0"

0 commit comments

Comments
 (0)