Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbit44 committed Feb 25, 2024
1 parent 0203656 commit e7dcdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Build
run: yarn build
- name: Publish
run: yarn publish
run: yarn npm publish

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hass-jstomqtt",
"version": "0.0.1",
"version": "0.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/Hobbit44/Hass-JStoMQTT.git",
Expand All @@ -13,7 +13,6 @@
"lint:fix": "eslint --fix src",
"test": "jest --maxWorkers=4",
"prepare": "husky",
"publish": "npm publish",
"release": "GITHUB_TOKEN=$(op read 'op://Personal/Github/Security/token') release-it --ci"
},
"devDependencies": {
Expand Down

0 comments on commit e7dcdd5

Please sign in to comment.