fix: use tsx test runner discovery and ignore build output

This commit is contained in:
2026-08-14 10:34:31 -06:00
parent 2f5c5e33b0
commit c60eef3b2e
4 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart com.bryce.llamawatch\"",
"test": "tsx --test tests/"
"test": "tsx --test"
},
"devDependencies": {
"@elgato/cli": "^1.8.1",