chore: fix prettier and fix storybook
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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'
|
||||
|
||||
Vendored
+2
-2
@@ -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' {
|
||||
|
||||
Reference in New Issue
Block a user