Skip to content

Commit d20243a

Browse files
committed
test(lint): fix quoting of the lint:fix script
1 parent 0b561b3 commit d20243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
2424
"lint:lockfile": "lockfile-lint",
2525
"lint:js": "eslint . --cache",
26-
"lint:js:fix": "run-s lint:js -- --fix",
26+
"lint:js:fix": "run-s 'lint:js -- --fix'",
2727
"lint:md": "remark . --frail",
2828
"generate:md": "remark . --output",
2929
"pregenerate:md": "run-s build",

0 commit comments

Comments
 (0)