fix: use tsx test runner discovery and ignore build output
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user