flair update + kick hook

This commit is contained in:
marzavec
2025-03-11 09:36:36 -07:00
parent d75235bbe3
commit 4dabe91dc8
11 changed files with 1006 additions and 758 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"config": "node ./scripts/config.js",
"lint": "eslint -- . ",
"lint:fix": "eslint --fix -- . ",
"test_run": "cls && npm run refresh && npm start && npm run logs && npm run stop",
"test_run": "clear && npm run refresh && npm start && npm run logs && npm run stop",
"test": "npm run lint && c8 mocha --exit ./test/*.test.js",
"makedocs": "jsdoc -c jsdoc.json"
},