diff --git a/lefthook.yml b/lefthook.yml index aca55d1f..e0be89d6 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -6,3 +6,5 @@ pre-commit: prettier: glob: 'src/**/*.{js,scss,md,svelte}' run: npx prettier --write {staged_files} + addChanged: + run: git add . diff --git a/src/components/Headline/Headline.stories.svelte b/src/components/Headline/Headline.stories.svelte index fc5986ad..a4ae92b7 100644 --- a/src/components/Headline/Headline.stories.svelte +++ b/src/components/Headline/Headline.stories.svelte @@ -16,7 +16,7 @@ import { withComponentDocs, - withStoryDocs, + withStoryDocs } from '$lib/docs/utils/withParams.js'; const meta = {