add wrangler to devDeps so CI can run it

This commit is contained in:
41666 2020-12-06 18:14:27 -05:00
parent 146269944a
commit ff973b9349
3 changed files with 76 additions and 5 deletions

View file

@ -74,7 +74,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: npx wrangler build
- run: yarn wrangler build
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master