Skip to content

Commit

Permalink
chore: Remove wrangler install
Browse files Browse the repository at this point in the history
Following cloudflare/wrangler-legacy#1780 this should no longer be needed.  see #1533.
  • Loading branch information
alexwilson committed Mar 22, 2021
1 parent 8425dc3 commit f8e850a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/monorepo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ jobs:
run: |
npm ci --ignore-scripts
npx lerna bootstrap --ignore @alexwilson/personal-website
# @TODO: Remove this when Wrangler configuration is simpler
# Wrangler is never cached as it's added to home directory
# https://github.com/cloudflare/wrangler/issues/1286
- name: npm install cargo
run: sudo npm i @cloudflare/wrangler -g
- name: Deploy
run: npx lerna run deploy --scope ${{ matrix.name }}
env:
Expand Down

0 comments on commit f8e850a

Please sign in to comment.