Skip to content

Commit

Permalink
fix: run build before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Aug 11, 2021
1 parent affc14b commit 05b27db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"deploy": "standard-version && npm publish && npm run push-with-tags",
"deploy-beta": "standard-version --prerelease beta && npm publish --tag beta && npm run push-with-tags"
},
"standard-version": {
"scripts": {
"prerelease": "npm run build && npm test"
}
},
"engines": {
"homebridge": ">=1",
"node": ">=12"
Expand Down

0 comments on commit 05b27db

Please sign in to comment.