Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delaynore authored Apr 17, 2024
1 parent 1376225 commit 6e52207
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
run: composer update
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Npm
run: npm i
- name: Vite
run: npm run build
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down

0 comments on commit 6e52207

Please sign in to comment.