We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04440c5 commit e3eb8a7Copy full SHA for e3eb8a7
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"changelog": "lerna-changelog",
39
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
40
"lint:docs": "markdownlint \"**/*.md\"",
41
- "lint:docs:fix": "npm-run-all \"update:docs -- --fix\"",
+ "lint:docs:fix": "npm-run-all \"lint:docs -- --fix\"",
42
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
43
"lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"",
44
"lint:fix": "npm-run-all \"lint:*:fix\"",
0 commit comments