test hooks

This commit is contained in:
Jon McClure 2022-09-03 15:12:49 +01:00
parent 9b7221e0d6
commit a1018cf51c
2 changed files with 3 additions and 1 deletions

View file

@ -6,3 +6,5 @@ pre-commit:
prettier:
glob: 'src/**/*.{js,scss,md,svelte}'
run: npx prettier --write {staged_files}
addChanged:
run: git add .

View file

@ -16,7 +16,7 @@
import {
withComponentDocs,
withStoryDocs,
withStoryDocs
} from '$lib/docs/utils/withParams.js';
const meta = {