There was an error while loading. Please reload this page.
1 parent 6cacb1e commit a01dbc8Copy full SHA for a01dbc8
netlify.toml
@@ -11,7 +11,7 @@
11
publish = "website/build/testing-library-docs"
12
13
# Default build command.
14
- command = "cd website; npm install; npm run format-docs; npm run build"
+ command = "cd website; npm install; npm run lint-docs; npm run format-docs; npm run build"
15
16
# React root to React landing page
17
[[redirects]]
website/package.json
@@ -30,7 +30,7 @@
30
"linters": {
31
"*.js": ["prettier --write", "git add"],
32
"../docs/**/*.md": [
33
- "npm run lint-docs -- --fix",
+ "textlint --fix",
34
"prettier --write --parser=markdown",
35
"git add"
36
],
0 commit comments