From ac7aae920b78163f43297bf9ccebb27ea5d983bc Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Fri, 13 Dec 2024 21:34:33 +0100 Subject: [PATCH] build frontend in CI --- .github/workflows/code_quality.yaml | 6 ++++++ CHANGELOG.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yaml b/.github/workflows/code_quality.yaml index 2fc7145..d8a642e 100644 --- a/.github/workflows/code_quality.yaml +++ b/.github/workflows/code_quality.yaml @@ -46,3 +46,9 @@ jobs: - name: Compile run: mix compile --warnings-as-errors + + - name: Build frontend + run: | + cd assets + npm ci + npm run build diff --git a/CHANGELOG.md b/CHANGELOG.md index c3616ec..28df351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Changed -Use [`@livebook/kino-bundler`](https://github.com/livebook-dev/kino-bundler) to bundle the JS/CSS. [#365](https://github.com/mruoss/kino_k8s/pull/365) +* Use [`@livebook/kino-bundler`](https://github.com/livebook-dev/kino-bundler) to bundle the JS/CSS. [#365](https://github.com/mruoss/kino_k8s/pull/365) +* Switch Kubernetes Client to [`kubereq`](https://github.com/mruoss/kubereq) - [#398](https://github.com/mruoss/kino_k8s/pull/398) +* Consolidate all smart cells into a single cell - [#398](https://github.com/mruoss/kino_k8s/pull/398) ## [1.2.4] - 2024-08-21