fix: use tsx test runner discovery and ignore build output
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*.streamDeckPlugin
|
*.streamDeckPlugin
|
||||||
.DS_Store
|
.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": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart com.bryce.llamawatch\"",
|
"watch": "rollup -c -w --watch.onEnd=\"streamdeck restart com.bryce.llamawatch\"",
|
||||||
"test": "tsx --test tests/"
|
"test": "tsx --test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@elgato/cli": "^1.8.1",
|
"@elgato/cli": "^1.8.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user