Skip to content

Commit ce0ee87

Browse files
committed
build: update package.json
1 parent 3249927 commit ce0ee87

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
@@ -14,7 +14,7 @@
1414
"lint:md": "markdownlint --ignore-path .gitignore .",
1515
"lint:md:fix": "markdownlint --ignore-path .gitignore --fix .",
1616
"audit:ci": "npm audit --production",
17-
"check:links": "markdown-link-check '**/*.md'",
17+
"check:links": "markdown-link-check **/*.md",
1818
"prepare": "husky install"
1919
},
2020
"keywords": [

0 commit comments

Comments
 (0)