Skip to content

Commit 670ebd9

Browse files
committed
chore: rename format:staged to format in lefthook; remove clean script
1 parent 64c9dc8 commit 670ebd9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pre-commit:
22
jobs:
3-
- name: format:staged
3+
- name: format
44
run: pnpm format {staged_files}
55
stage_fixed: true
66

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"scripts": {
2121
"build": "tsgo",
2222
"bump": "ncu -u",
23-
"clean": "rm -rf pnpm-lock.yaml node_modules build",
2423
"docs:build": "livemark build",
2524
"docs:start": "livemark start",
2625
"format": "vp fmt",

0 commit comments

Comments
 (0)