diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7aedd06..a771828 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,6 +59,10 @@ jobs: - name: Generate key run: php artisan key:generate + - name: Build frontend + run: | + npm run build + - name: Execute tests env: DB_USERNAME: root