Add NPM build to test workflow

This commit is contained in:
Ty 2024-06-18 19:31:35 -04:00 committed by GitHub
parent edd93f79b6
commit 39a393490f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,8 @@ jobs:
restore-keys: ${{ runner.os }}-node-
- name: Install npm dependencies
run: npm ci
- name: Build Front-end Assets
run: npm run build
- name: Prepare Laravel Environment
run: |
php -r "file_exists('.env') || copy('.env.ci', '.env');"