This commit is contained in:
parent
118a8912f6
commit
810431d82b
@ -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
4570
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user