Skip to content

Commit

Permalink
chore: add pre-publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed Mar 28, 2024
1 parent 595a311 commit 5caadf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/bright-wasps-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

Add pre publish script
3 changes: 2 additions & 1 deletion packages/ddd-tookit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "rimraf dist && tsc --project tsconfig.build.json",
"test": "jest",
"test:coverage": "jest --coverage",
"check": "cspell lint --quiet src"
"check": "cspell lint --quiet src",
"prepublishOnly": "npm run build"

This comment has been minimized.

Copy link
@lucagiove

lucagiove Mar 28, 2024

Contributor

shouldn't it use pnpm instead of npm @gtoselli ?

},
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit 5caadf9

Please sign in to comment.