Skip to content

Commit

Permalink
fix: added pnpm build to prepublishOnly for all public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Nov 14, 2024
1 parent 88049a6 commit 93f7411
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm build",
"dev": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint ."
Expand Down
1 change: 1 addition & 0 deletions packages/connect-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm build",
"dev": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint ."
Expand Down
1 change: 1 addition & 0 deletions packages/connect-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm build",
"dev": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint ."
Expand Down

0 comments on commit 93f7411

Please sign in to comment.