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
fe4649631e3ff2a098b804c6926c058b4cd56f64
Authored by
张志伟
2024-08-07 11:40:27 +0800
1 parent
c399f9b7
feat(*): 增加打包分析
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
.husky/commit-msg
.husky/commit-msg
View file @
fe46496
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
1
# Export Git hook params
4
# Export Git hook params
2
export GIT_PARAMS=$*
5
export GIT_PARAMS=$*
3
6