diff --git a/package.json b/package.json index b818840dde28..107080a118a9 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "git add" ], "*.md": [ - "remark -qf" + "npm run lint:docs" ], "*.{gn,gni}": [ "npm run gn-check", @@ -142,4 +142,4 @@ "@types/multiparty": "^0.0.32", "@types/temp": "^0.8.34" } -} \ No newline at end of file +}