Publishing bin dir
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2022-09-06 20:33:25 -05:00
parent da83a94742
commit c79b776ec5

View File

@ -6,6 +6,10 @@
"publishConfig": { "publishConfig": {
"registry": "http://10.44.1.6:4873/" "registry": "http://10.44.1.6:4873/"
}, },
"files": [
"bin",
"src"
],
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@ -39,4 +43,4 @@
"homebridge": "^1.5.0", "homebridge": "^1.5.0",
"typescript": "^4.5.4" "typescript": "^4.5.4"
} }
} }