Skip to content

Commit 72c0b5a

Browse files
authored
Release 3.42.2
2 parents 3628401 + 62d2e03 commit 72c0b5a

File tree

100 files changed

+7990
-12829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+7990
-12829
lines changed

.storybook/main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
2-
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
2+
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
33
addons: ["@storybook/addon-essentials"],
4+
45
framework: {
56
name: "@storybook/angular",
67
options: {
@@ -10,4 +11,6 @@ module.exports = {
1011
},
1112
},
1213
},
14+
15+
docs: {}
1316
};

.storybook/preview.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const preview: Preview = {
2323
},
2424
},
2525
},
26+
27+
tags: ["autodocs"]
2628
};
2729

2830
export default preview;

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Just relevant for the stage "app"
2121
ARG DIST_TYPE="build"
2222

23-
FROM node:lts-slim AS base
23+
FROM node:lts AS base
2424
COPY package.json ./opt/app/package.json
2525
COPY package-lock.json ./opt/app/package-lock.json
2626

0 commit comments

Comments
 (0)