Skip to content

Commit

Permalink
chore(frontend): 0.4.11
Browse files Browse the repository at this point in the history
- publish the storybook to GitHub Pages.
- set up interaction testing for storybook stories.
- run the storybook tests in CI.
- fixes for accessibility errors found by automated testing in the storybook.
  • Loading branch information
eatyourgreens committed Sep 11, 2024
1 parent 2636ad8 commit 0b6b7aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.stage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Staging environment - as production except for domain
services:
frontend:
image: ghcr.io/nismod/jsrat-frontend:0.4.10
image: ghcr.io/nismod/jsrat-frontend:0.4.11
platform: linux/amd64
build: ./frontend
ports:
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irv-jamaica",
"version": "0.4.10",
"version": "0.4.11",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 0b6b7aa

Please sign in to comment.