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
View File
@@ -1,3 +1,4 @@
node_modules/
*.streamDeckPlugin
.DS_Store
com.bryce.llamawatch.sdPlugin/bin/
@@ -1 +0,0 @@
{ "type": "module" }
File diff suppressed because one or more lines are too long
+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",