Skip to content

Commit 5647c60

Browse files
committed
Added yarn build
1 parent 3582e8f commit 5647c60

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/github_build_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
docker network create frontend
2424
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
2525
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
26+
docker compose run --rm node yarn install
27+
docker compose run --rm node yarn build
2628
2729
- name: Make assets dir
2830
run: |

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.7.1] - 2024-11-08
11+
12+
- Added automatic deployment
13+
1014
## [1.7.0] - 2024-10-14
1115

1216
- Switch to using vault bundle

0 commit comments

Comments
 (0)