Skip to content

Commit abab516

Browse files
chore: sort scripts
1 parent 51a4588 commit abab516

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
@@ -22,9 +22,9 @@
2222
"eslint:fix": "eslint --fix",
2323
"lint": "node --run eslint && node --run stylelint && node --run markdownlint",
2424
"lint:fix": "node --run eslint:fix && node --run stylelint:fix && node --run markdownlint:fix",
25-
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo husky is not installed.",
2625
"markdownlint": "markdownlint-cli2 **/*.md",
2726
"markdownlint:fix": "markdownlint-cli2 **/*.md --fix",
27+
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo husky is not installed.",
2828
"prettier": "prettier . --check",
2929
"prettier:fix": "prettier . --write",
3030
"stylelint": "stylelint **/*.css",

0 commit comments

Comments
 (0)