Skip to content

Commit a628573

Browse files
committed
chore(scripts): change prepare script to "husky"
1 parent 599136a commit a628573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
"lint": "eslint .",
744744
"lint-fix": "npm run lint -- --fix",
745745
"format": "prettier --write \"src/**/*.{ts,json}\" \"test/**/*.ts\" \"syntaxes/**/*.json\" \"snippets/**/*.json\" \"./**/*.{md,json,yaml,yml}\"",
746-
"prepare": "husky install",
746+
"prepare": "husky",
747747
"pre-commit": "lint-staged",
748748
"coverage": "c8 --clean npm run test"
749749
},

0 commit comments

Comments
 (0)