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 0b561b3 commit d20243aCopy full SHA for d20243a
package.json
@@ -23,7 +23,7 @@
23
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
24
"lint:lockfile": "lockfile-lint",
25
"lint:js": "eslint . --cache",
26
- "lint:js:fix": "run-s lint:js -- --fix",
+ "lint:js:fix": "run-s 'lint:js -- --fix'",
27
"lint:md": "remark . --frail",
28
"generate:md": "remark . --output",
29
"pregenerate:md": "run-s build",
0 commit comments