Skip to content

Commit c682b7a

Browse files
authored
refactor: clarity (#731)
let's try to prevent short versions
1 parent 6b763de commit c682b7a

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
@@ -19,7 +19,7 @@
1919
"build:tailwind": "node scripts/tailwind-config-generator.mjs false true && cpr scripts/tailwind-config-generator.mjs build/tailwind/tailwind-config-generator.mjs -o",
2020
"build": "npm-run-all copy:assets build:* pl:build",
2121
"clean": "git clean -dfx --exclude=.env",
22-
"lint": "npm-run-all -p lint:*",
22+
"lint": "npm-run-all --parallel lint:*",
2323
"lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'",
2424
"lint:stylelint": "stylelint **/*.scss",
2525
"lint:xo": "xo",

0 commit comments

Comments
 (0)