Skip to content

Commit

Permalink
Fix CI build action for demo website
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed May 12, 2024
1 parent c30a09a commit 5a0ae41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a0ae41

Please sign in to comment.