Skip to content

Commit

Permalink
chore(rabbit-bus): add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed Apr 22, 2024
1 parent 1a45689 commit 56cc1c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/old-bees-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit-rabbit-bus": patch
---

add prepublishOnly script
3 changes: 2 additions & 1 deletion packages/ddd-toolkit-rabbit-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test": "jest",
"test:ci": "jest --coverage --runInBand",
"test:coverage": "jest --coverage",
"check": "cspell lint --quiet src"
"check": "cspell lint --quiet src",
"prepublishOnly": "pnpm run build"
},
"dependencies": {},
"peerDependencies": {
Expand Down

0 comments on commit 56cc1c6

Please sign in to comment.