ci: Install wrangler globally (no-changelog) (#20013)

This commit is contained in:
Alex Grozav 2025-09-25 12:51:52 +03:00 committed by GitHub
parent fac005b165
commit 590459bd99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,9 @@ jobs:
pnpm build:storybook
- name: Setup Wrangler Pre-requisites
run: echo "ignore-workspace-root-check=true" >> .npmrc
run: |
echo "ignore-workspace-root-check=true" >> .npmrc
pnpm add --global wrangler
- name: Deploy
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65