add composer install to ci

This commit is contained in:
isUnknown 2025-02-05 15:48:29 +01:00
parent cb5e08d3fc
commit b6df7adc6a

View file

@ -8,6 +8,7 @@ build and deploy:
only:
- main
script:
- composer install
- npm install
- npm install -g gulp
- gulp build