Skip to content

Commit

Permalink
build(deps-dev): bump storybook (#17)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump storybook

* test: update docker build

* build(deps-dev): fix storybook build
  • Loading branch information
hkfb authored Feb 22, 2024
1 parent 891a036 commit 935d9f9
Show file tree
Hide file tree
Showing 3 changed files with 7,776 additions and 5,593 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
COPY package-lock.json /app
COPY package.json /app
COPY *.ts /app/
COPY src /app/
COPY src /app/src
RUN npm ci

COPY .storybook /app/.storybook
Expand Down
Loading

0 comments on commit 935d9f9

Please sign in to comment.