Skip to content

Commit

Permalink
fix: run build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirgupta0900 committed Sep 4, 2023
1 parent b05dcc0 commit 7733084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rotten-timers-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tsup-subpath-exports": patch
---

build before publish
3 changes: 2 additions & 1 deletion packages/multiple-entry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"lint": "eslint .",
"build": "tsup",
"dev": "pnpm run build --watch"
"dev": "pnpm run build --watch",
"prepare": "pnpm run build"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
Expand Down

0 comments on commit 7733084

Please sign in to comment.