Skip to content

Commit d1b124d

Browse files
committed
fix: replace incorrect solution with npm-run-all2
1 parent a458c49 commit d1b124d

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"changeset:version": "changeset version && pnpm install --lockfile-only && prettier '{CHANGELOG.md,packages/*/CHANGELOG.md}' --write",
3636
"codestyle": "prettier . --write",
3737
"dev": "pnpm --recursive run dev",
38-
"lint": "pnpm --parallel run '/^lint:[^:]*$/'",
38+
"lint": "npm-run-all --parallel lint:**",
3939
"lint:markdownlint": "markdownlint --config .config/.markdown-lint.yml **/*.md",
4040
"lint:packages": "publint packages/css-if-polyfill && publint packages/postcss-if-function && publint packages/lightningcss-plugin-if-function && publint packages/stylelint-config-if-function",
4141
"lint:stylelint": "stylelint test/fixtures/*.input.css --config .config/.stylelintrc.json",
@@ -63,6 +63,7 @@
6363
"lint-staged": "16.3.1",
6464
"markdownlint-cli": "0.48.0",
6565
"microbundle": "0.15.1",
66+
"npm-run-all2": "8.0.4",
6667
"playwright": "1.55.1",
6768
"prettier": "3.8.1",
6869
"prettier-plugin-organize-imports": "4.3.0",

pnpm-lock.yaml

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)