From 5a0ae413a073c1f066acadb6fb65cc54c4b1bed0 Mon Sep 17 00:00:00 2001 From: David Liu Date: Sun, 12 May 2024 00:12:18 -0400 Subject: [PATCH] Fix CI build action for demo website --- .github/workflows/ci.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f450fe71..94611cb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: run: npm ci - name: Build docs and demo website run: | + npm run build --workspace=memory-viz npm run build --workspace=demo npm run build --workspace=docs mkdir docs/build/demo diff --git a/CHANGELOG.md b/CHANGELOG.md index c4482ce0..2d94ce7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Added a changelog and pull request template. - Modified `roughjs` import to be compatible with Jest's `moduleNameMapper` config option. - Added instructions on the `memory-viz/README.md` for running the test suite. +- Fix CI build action for demo website. ## [0.1.0] - 2024-04-16