Skip to content

Commit 724bdc3

Browse files
authored
Update laravel.yml
run npm run build in action to allow for compiled vue js & tailwind to be present.
1 parent 6315a92 commit 724bdc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/laravel.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: |
2929
mkdir -p database
3030
touch database/database.sqlite
31+
- name: Run Vite Build Scripts
32+
run: npm i && npm run build && rm -rf node_modules/*
3133
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
3234
env:
3335
DB_CONNECTION: sqlite

0 commit comments

Comments
 (0)