GitLab
Sign in
front-cli
/
fw-h5app-template
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c399f9b79d7b98e8ff2ea234ff49c036a20b5222
Authored by
张志伟
2024-08-07 11:39:54 +0800
1 parent
e5c7047e
feat(*): 增加打包分析
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
.husky/commit-msg
.husky/commit-msg
View file @
c399f9b
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
1
# Export Git hook params
5
2
export GIT_PARAMS=$*
6
3
...
...