Add building web assets to CI/CD
This commit is contained in:
parent
00a4325c7c
commit
592b09077e
@ -45,8 +45,8 @@ jobs:
|
||||
# run laravel tests
|
||||
# XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text --colors=never
|
||||
# Build assets
|
||||
nmp i
|
||||
nmp run prod
|
||||
npm i
|
||||
npm run prod
|
||||
echo 'TESTS RUN' > TESTS.RUN
|
||||
ls -al
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user