Skip to content

Commit 7a13eed

Browse files
committed
chore(docs): adds remark-lint, closes #1741
1 parent 96edf00 commit 7a13eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"show-help": "vuepress --help",
1212
"lint-md:wording": "textlint ./docs/**/*.md",
1313
"lint-md:style": "remark --quiet --frail .",
14-
"lint-md": "pwd"
14+
"lint-md": "yarn lint-md:style && yarn lint-md:wording"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)