Skip to content

Commit 81c5707

Browse files
authored
Merge pull request #1251 from fortran-lang/chore/update-hunky-precommit
chore(scripts): change prepare script to "husky"
2 parents 599136a + a628573 commit 81c5707

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)