diff options
| -rw-r--r-- | .github/workflows/tomi.science.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tomi.science.yml b/.github/workflows/tomi.science.yml index c8f419d..1014ecf 100644 --- a/.github/workflows/tomi.science.yml +++ b/.github/workflows/tomi.science.yml @@ -89,7 +89,7 @@ jobs: # Build frontend - name: Build frontend - run: cd frontend && npm run build && npm run export + run: cd frontend && npm ci && npm run build && npm run export # Deploy frontend to GCS - name: Deploy frontend to GCS |
