Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6ca4b2ab6fd57bef99d2a3f3ae9cc5caf295baa8
Authored by
张
2025-07-03 18:22:18 +0800
1 parent
e1a44c9b
build: skipped
fix: 重新添加pre-commit
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
.husky/pre-commit
.husky/pre-commit
0 → 100644
View file @
6ca4b2a
1
+# #!/bin/sh
2
+# . "$(dirname "$0")/_/husky.sh"
3
+# . "$(dirname "$0")/common.sh"
4
+
5
+# [ -n "$CI" ] && exit 0
6
+
7
+# PATH="/usr/local/bin:$PATH"
8
+
9
+# # Format and submit code according to lintstagedrc.js configuration
10
+# pnpm exec lint-staged
...
...