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 6b763de commit c682b7aCopy full SHA for c682b7a
package.json
@@ -19,7 +19,7 @@
19
"build:tailwind": "node scripts/tailwind-config-generator.mjs false true && cpr scripts/tailwind-config-generator.mjs build/tailwind/tailwind-config-generator.mjs -o",
20
"build": "npm-run-all copy:assets build:* pl:build",
21
"clean": "git clean -dfx --exclude=.env",
22
- "lint": "npm-run-all -p lint:*",
+ "lint": "npm-run-all --parallel lint:*",
23
"lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'",
24
"lint:stylelint": "stylelint **/*.scss",
25
"lint:xo": "xo",
0 commit comments