fix(deploy): install with npm ci

This commit is contained in:
Jeremy Kahn 2023-08-07 21:12:28 -05:00
parent 5f7b8b2ffc
commit f283db824d

View File

@ -22,7 +22,7 @@ jobs:
- name: Build
run: |
npm i
npm ci
npm run build
- name: Deploy