Add npm install

This commit is contained in:
Sam Carlton 2022-02-03 21:32:34 -06:00
parent bbc151dd05
commit 1584fee930

View file

@ -20,6 +20,7 @@ jobs:
cat doesitarm-default/.env
echo ${{ secrets.WRANGLER_TOML }} | base64 -d > doesitarm-default/wrangler.toml
cat doesitarm-default/wrangler.toml
npm install
- name: Deploy Worker
uses: cloudflare/wrangler-action@1.3.0
with: