phase-10.5: screener enhancements
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"lint": "eslint . --ext .ts,.js",
|
||||
"lint:fix": "eslint . --ext .ts,.js --fix",
|
||||
"screen:daily": "tsx bin/daily-screen.ts",
|
||||
"news:poll": "tsx bin/poll-news.ts",
|
||||
"digest:daily": "tsx bin/daily-digest.ts",
|
||||
"discord:test": "tsx bin/test-discord.ts",
|
||||
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
|
||||
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
|
||||
"prepare": "husky"
|
||||
|
||||
Reference in New Issue
Block a user