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 0c2024e commit b66c3e3Copy full SHA for b66c3e3
package.json
@@ -15,7 +15,7 @@
15
"test:accessibility": "npx pa11y-ci",
16
"test:lighthouse": "npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view",
17
"test:webhint": "npx hint http://localhost:8080/styleguide/html/styleguide.html",
18
- "lint": "npm-run-all -p lint:*",
+ "lint": "npm-run-all --parallel lint:*",
19
"lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'",
20
"lint:stylelint": "stylelint **/*.scss",
21
"lint:xo": "xo",
0 commit comments