Skip to content

Commit 68de469

Browse files
committed
with pnpm, script invocing and arg passing is way easier
1 parent 83f7647 commit 68de469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"changelog": "lerna-changelog",
4141
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
4242
"lint:docs": "markdownlint \"**/*.md\"",
43-
"lint:docs:fix": "npm-run-all \"lint:docs -- --fix\"",
44-
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
43+
"lint:docs:fix": "pnpm lint:docs --fix",
44+
"lint:eslint-docs": "pnpm update:eslint-docs --check",
4545
"lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"",
4646
"lint:fix": "npm-run-all \"lint:*:fix\"",
4747
"lint:js": "eslint .",

0 commit comments

Comments
 (0)