Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lykke committed Aug 14, 2023
1 parent f27ad1f commit d77fddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"clean": "rimraf ./dist",
"python": "python3 -m venv dist/venv && dist/venv/bin/pip3 install beautifulsoup4 jsonpickle requests xmltodict typing_extensions",
"python": "python3 -m venv dist/venv && dist/venv/bin/pip3 install beautifulsoup4 jsonpickle requests xmltodict typing_extensions yaml",
"build": "rimraf ./dist && tsc && copyfiles -f src/*.py dist",
"postinstall": "node postinstall.js",
"release": "git add . && git commit . -m release && standard-version && git push --follow-tags origin master",
Expand All @@ -37,4 +37,4 @@
"url": "https://github.com/marn06/homebridge-vw/issues"
},
"homepage": "https://github.com/marn06/homebridge-vw#readme"
}
}

0 comments on commit d77fddc

Please sign in to comment.