chore: fix prettier and fix storybook

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-08-05 02:17:37 +02:00
parent bb352b6b70
commit 12c6a54d9b
2 changed files with 4 additions and 3 deletions
@@ -50,4 +50,5 @@ jobs:
# projetToken intentionally shared to allow collaborators to run Chromatic on forks
# https://www.chromatic.com/docs/custom-ci-provider#run-chromatic-on-external-forks-of-open-source-projects
projectToken: 9tzak77m9nj
storybookBuildDir: 'packages/storybook/dist'
workingDir: 'packages/storybook'
storybookBuildDir: 'dist'
+2 -2
View File
@@ -33,7 +33,7 @@ declare module '@rollup/plugin-yaml';
declare module 'terser-webpack-plugin';
declare module 'react-dev-utils/formatWebpackMessages' {
export default function(
export default function (
stats: any,
): {
errors: string[];
@@ -42,7 +42,7 @@ declare module 'react-dev-utils/formatWebpackMessages' {
}
declare module 'react-dev-utils/openBrowser' {
export default function(url: string): boolean;
export default function (url: string): boolean;
}
declare module 'react-dev-utils/ModuleScopePlugin' {