Adding publish step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2021-06-02 20:54:21 -04:00
parent 118a8912f6
commit 810431d82b
3 changed files with 2297 additions and 2286 deletions

View File

@ -17,3 +17,11 @@ steps:
commands:
- npm install
- npm run build
- name: deploy
image: node
commands:
- npm publish
when:
event:
- tag

4570
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,11 @@
{
"name": "homebridge-harmony-control",
"version": "1.0.7",
"version": "1.1.0",
"description": "Homebridge platform to control smart home equipment by room.",
"main": "bin/index.js",
"publishConfig": {
"registry": "http://10.22.1.31:4873/"
},
"scripts": {
"build": "tsc --build",
"prepublishOnly": "npm run build"