Skip to content

Commit

Permalink
Release 3.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored Oct 24, 2024
2 parents 3628401 + 62d2e03 commit 72c0b5a
Show file tree
Hide file tree
Showing 100 changed files with 7,990 additions and 12,829 deletions.
5 changes: 4 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: ["@storybook/addon-essentials"],

framework: {
name: "@storybook/angular",
options: {
Expand All @@ -10,4 +11,6 @@ module.exports = {
},
},
},

docs: {}
};
2 changes: 2 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const preview: Preview = {
},
},
},

tags: ["autodocs"]
};

export default preview;
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Just relevant for the stage "app"
ARG DIST_TYPE="build"

FROM node:lts-slim AS base
FROM node:lts AS base
COPY package.json ./opt/app/package.json
COPY package-lock.json ./opt/app/package-lock.json

Expand Down
Loading

0 comments on commit 72c0b5a

Please sign in to comment.