Build front end
This commit is contained in:
parent
a502acab96
commit
3a772cb2ca
1 changed files with 4 additions and 0 deletions
4
.github/workflows/dusk.yml
vendored
4
.github/workflows/dusk.yml
vendored
|
@ -23,6 +23,10 @@ jobs:
|
|||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||
- name: Generate Application Key
|
||||
run: php artisan key:generate
|
||||
- name: Install NPM Dependencies
|
||||
run: yarn
|
||||
- name: Build Front End
|
||||
run: yarn build:production
|
||||
- name: Upgrade Chrome Driver
|
||||
run: php artisan dusk:chrome-driver --detect
|
||||
- name: Start Chrome Driver
|
||||
|
|
Loading…
Reference in a new issue