fix(ci): ensure that dependencies are installed before deployment

This commit is contained in:
Marc 2024-03-15 23:50:58 -04:00
parent 0d5d6e7c45
commit 1623c2426c
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -28,6 +28,8 @@ jobs:
with:
node-version: '20.x'
- run: |
corepack enable
yarn
npx netlify-cli deploy --prod
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}