Skip to content

Commit

Permalink
fix: @icebreakers/monorepo prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 21, 2024
1 parent e6b8be3 commit 86ddd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"dev": "tsup --watch --sourcemap",
"build": "tsup",
"test": "vitest run",
"test": "pnpm prepublish && vitest run",
"test:dev": "vitest",
"release": "pnpm publish",
"lint": "eslint .",
Expand Down

0 comments on commit 86ddd85

Please sign in to comment.