Skip to content

Commit e99ef11

Browse files
turegjoruprimi-itk
andauthored
Update templates/drupal-11/.github/workflows/build_release.yml
Co-authored-by: Mikkel Ricky <[email protected]>
1 parent 9ee35ea commit e99ef11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

templates/drupal-11/.github/workflows/build_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ jobs:
2626
docker network create frontend
2727
docker compose run --rm --user=root phpfpm composer install --no-dev --classmap-authoritative
2828
docker compose run --rm --user=root phpfpm composer clear-cache
29-
29+
- name: Build additional assets
30+
# Build any additional assets here
31+
run: |
32+
# docker compose run --rm node npm --prefix /app/web/themes/custom/site-theme install
33+
# docker compose run --rm node npm --prefix /app/web/themes/custom/site-theme run build
34+
# docker compose run --rm node rm -fr /app/web/themes/custom/site-theme/node_modules
35+
3036
- name: Make assets dir
3137
run: |
3238
mkdir -p ../assets

0 commit comments

Comments
 (0)