1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

chore: upgrade husky v9 settings

This commit is contained in:
Cotes Chung
2024-06-07 19:27:54 +08:00
parent 7ca9c59784
commit cf853f14e4
2 changed files with 3 additions and 5 deletions

View File

@@ -20,7 +20,8 @@
"watch:js": "rollup -c --bundleConfigAsCjs -w",
"lint:scss": "stylelint _sass/**/*.scss",
"lint:fix:scss": "npm run lint:scss -- --fix",
"test": "npm run lint:scss"
"test": "npm run lint:scss",
"prepare": "husky"
},
"dependencies": {
"@popperjs/core": "^2.11.8",