Skip to content

Commit b66c3e3

Browse files
authored
refactor: clarity (#1193)
1 parent 0c2024e commit b66c3e3

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
@@ -15,7 +15,7 @@
1515
"test:accessibility": "npx pa11y-ci",
1616
"test:lighthouse": "npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view",
1717
"test:webhint": "npx hint http://localhost:8080/styleguide/html/styleguide.html",
18-
"lint": "npm-run-all -p lint:*",
18+
"lint": "npm-run-all --parallel lint:*",
1919
"lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'",
2020
"lint:stylelint": "stylelint **/*.scss",
2121
"lint:xo": "xo",

0 commit comments

Comments
 (0)