This commit is contained in:
parent
c668294a0c
commit
32c7b4a566
|
@ -18,6 +18,7 @@ jobs:
|
|||
- run: npm i
|
||||
- run: echo "NPM dependencies updated"
|
||||
- run: echo "Updating composer dependencies..."
|
||||
- run: export COMPOSER_ALLOW_SUPERUSER=1;
|
||||
- run: composer install
|
||||
- run: echo "Composer dependencies updated"
|
||||
- run: echo "Building frontend..."
|
||||
|
|
Loading…
Reference in New Issue