mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-04 20:39:02 +08:00
11 lines
328 B
YAML
11 lines
328 B
YAML
pre-commit:
|
|
commands:
|
|
format:
|
|
run: pnpm _format --write {staged_files}
|
|
glob: "*.{js,ts,svelte,html,md,css}"
|
|
stage_fixed: true
|
|
update-readme-progress:
|
|
run: node scripts/generateReadMeProgress.ts && git add README.md
|
|
glob: "content/**/*"
|
|
fail_text: "Failed to update README progress"
|