Skip to content

Commit 8eb13b3

Browse files
committed
remove unnecessary homepage check
1 parent 141e2f5 commit 8eb13b3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/deploy-wagmi-to-gh-pages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ jobs:
5454
# This ensures @metamask/connect-evm and other dependencies are built first
5555
yarn workspaces foreach --all --topological-dev --verbose --no-private run build
5656
57-
- name: Update `package.json` `homepage` field
58-
working-directory: integrations/wagmi
59-
run: |
60-
# Add or update the homepage field in package.json
61-
if grep -q '"homepage":' package.json; then
62-
sed -i 's/"homepage": ".*"/"homepage": "https:\/\/metamask.github.io\/metamask-connect-monorepo\/${{ inputs.destination_dir }}"/' package.json
63-
else
64-
# Add homepage field after the "private" field
65-
sed -i '/"private": true,/a\ "homepage": "https:\/\/metamask.github.io\/metamask-connect-monorepo\/${{ inputs.destination_dir }}",' package.json
66-
fi
67-
6857
- name: Build wagmi integration
6958
working-directory: integrations/wagmi
7059
env:

0 commit comments

Comments
 (0)