update build step to install dependencies before building with Next.js

This commit is contained in:
averel10
2025-11-11 19:58:37 +01:00
parent a6623655b9
commit 43496589ce

View File

@@ -29,7 +29,7 @@ jobs:
cache-dependency-path: crypto_clash_frontend/package-lock.json cache-dependency-path: crypto_clash_frontend/package-lock.json
- name: Build with Next.js - name: Build with Next.js
run: npm run build run: npm ci &&npm run build
working-directory: crypto_clash_frontend working-directory: crypto_clash_frontend
- name: Upload artifact - name: Upload artifact