Skip to content

Commit

Permalink
Merge pull request #30 from kdcio:ianpogi5/issue29
Browse files Browse the repository at this point in the history
Fix auto publish
  • Loading branch information
ianpogi5 authored Mar 8, 2021
2 parents 32beb9c + 6ce2f54 commit 5caee3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-numbers-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kdcio/api-gw-resp': patch
---

Fix auto publish to npm
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint src --ext .ts",
"tsc": "tsc src/index.ts --noEmit",
"changeset": "changeset",
"release": "changeset publish"
"release": "npm run build && changeset publish"
},
"author": "Ian Dela Cruz <[email protected]> (https://www.kdcsoftware.com)",
"repository": {
Expand Down Expand Up @@ -92,4 +92,4 @@
"pretty-quick --staged"
]
}
}
}

0 comments on commit 5caee3e

Please sign in to comment.