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": {
"registry": "http://10.44.1.6:4873/"
},
"files": [
"bin",
"src"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"