Skip to content

Commit 3e0ec7f

Browse files
authored
refactor: simplified git lifecycle handling (#80)
1 parent b76fe03 commit 3e0ec7f

File tree

2 files changed

+2
-79
lines changed

2 files changed

+2
-79
lines changed

.config/.lintstagedrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"*.md": "markdownlint --config .config/.markdown-lint.yml --fix",
33
"test/fixtures/*.css": "pnpm run build:docs",
44
"*.{js,ts,tsx,jsx,mjs,cjs}": "pnpm run lint:xo --fix",
5-
"pnpm-lock.yaml": "pnpm audit --fix"
5+
"pnpm-lock.yaml": "pnpm audit --fix",
6+
"package.json": "pnpm install --lockfile-only --ignore-scripts"
67
}

.husky/pre-push

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)