test hooks
This commit is contained in:
parent
9b7221e0d6
commit
a1018cf51c
2 changed files with 3 additions and 1 deletions
|
|
@ -6,3 +6,5 @@ pre-commit:
|
|||
prettier:
|
||||
glob: 'src/**/*.{js,scss,md,svelte}'
|
||||
run: npx prettier --write {staged_files}
|
||||
addChanged:
|
||||
run: git add .
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
import {
|
||||
withComponentDocs,
|
||||
withStoryDocs,
|
||||
withStoryDocs
|
||||
} from '$lib/docs/utils/withParams.js';
|
||||
|
||||
const meta = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue