Skip to content

Commit

Permalink
chore(ci): Add wrangler installation back
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Dec 29, 2021
1 parent 33e61ef commit 78d22f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-gitlab-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def generate_dependencies(site):
stage: deploy_prod%(priority_suffix)s
script:
- yarn --cache-folder .yarn-cache
- yarn --cache-folder .yarn-cache add @cloudflare/wrangler -W
- rm -rf packages/%(site)s/out
- mkdir -p packages/%(site)s/public/api
- git status
Expand Down

0 comments on commit 78d22f1

Please sign in to comment.