mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Add NPM build to test workflow
This commit is contained in:
parent
edd93f79b6
commit
39a393490f
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -53,6 +53,8 @@ jobs:
|
|||||||
restore-keys: ${{ runner.os }}-node-
|
restore-keys: ${{ runner.os }}-node-
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Build Front-end Assets
|
||||||
|
run: npm run build
|
||||||
- name: Prepare Laravel Environment
|
- name: Prepare Laravel Environment
|
||||||
run: |
|
run: |
|
||||||
php -r "file_exists('.env') || copy('.env.ci', '.env');"
|
php -r "file_exists('.env') || copy('.env.ci', '.env');"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user