Skip to content

Commit

Permalink
chore: run tests before publishing package
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 22, 2024
1 parent 2e74375 commit 5bf81d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
"tagAnnotation": "v${version}",
"tagName": "v${version}"
},
"hooks": {
"after:init": "npm test"
},
"github": {
"release": true,
"releaseName": "v${version}",
Expand All @@ -220,6 +223,5 @@
"factories/**",
".yalc/**"
]
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}
}

0 comments on commit 5bf81d0

Please sign in to comment.