Skip to content

Commit abc111f

Browse files
fix: run install script on prepare
1 parent 03a6b9b commit abc111f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"start": "eleventy --serve",
1515
"build": "eleventy",
16-
"prepare": "husky",
16+
"prepare": "./.husky/install.mjs",
1717
"lint": "stylelint 'src/**/*.css' --fix"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)