create-vue3-enterprise 1.0.22 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env sh
|
|
2
|
-
. "$(dirname -- "$0")/_/husky.sh"
|
|
3
|
-
|
|
4
2
|
# ============================================
|
|
5
3
|
# 📝 Commit Message Validation
|
|
6
4
|
# Uses Conventional Commits format
|
|
@@ -29,7 +27,7 @@ if ! npx commitlint --edit ${1}; then
|
|
|
29
27
|
echo " • feat(auth): add login API"
|
|
30
28
|
echo ""
|
|
31
29
|
echo " ⚠️ Note: Use a SPACE after the colon!"
|
|
32
|
-
echo " ❌ feat:
|
|
30
|
+
echo " ❌ feat:test -> ✅ feat: test"
|
|
33
31
|
echo ""
|
|
34
32
|
echo " Run 'npm run commit' for interactive commit"
|
|
35
33
|
echo ""
|
|
File without changes
|