Skip to content

Commit

Permalink
fix: move prepublish build to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Nov 14, 2024
1 parent b90fe9c commit 981f267
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm publish --recursive --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion packages/connect-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm build",
"dev": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint ."
Expand Down
1 change: 0 additions & 1 deletion packages/connect-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm build",
"dev": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint ."
Expand Down
1 change: 0 additions & 1 deletion packages/connect-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "pnpm build",
"dev": "vite build --watch",
"build": "tsc -b && vite build",
"lint": "eslint ."
Expand Down

0 comments on commit 981f267

Please sign in to comment.