diff --git a/package.json b/package.json index 70dfd976..15b35989 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:md": "markdownlint --ignore node_modules --ignore CHANGELOG.md \"**/*.md\"", "lint:md:fix": "prettier --write \"**/*.md\"", - "lint": "npm-run-all --print-name --print-label --parallel lint:*", + "lint": "npm-run-all --print-label --parallel lint:*", "commitmsg": "commitlint -E GIT_PARAMS", "precommit": "lint-staged", "release": "standard-version", diff --git a/test/fixtures/package-empty_expected.json b/test/fixtures/package-empty_expected.json index 2ef2b537..f1a4ce2d 100644 --- a/test/fixtures/package-empty_expected.json +++ b/test/fixtures/package-empty_expected.json @@ -7,7 +7,7 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:md": "markdownlint --ignore node_modules --ignore CHANGELOG.md \"**/*.md\"", "lint:md:fix": "prettier --write \"**/*.md\"", - "lint": "npm-run-all --print-name --print-label --parallel lint:*", + "lint": "npm-run-all --print-label --parallel lint:*", "commitmsg": "commitlint -E GIT_PARAMS", "precommit": "lint-staged", "release": "standard-version", diff --git a/test/fixtures/package-normal_expected.json b/test/fixtures/package-normal_expected.json index 9ab25ccf..62082b41 100644 --- a/test/fixtures/package-normal_expected.json +++ b/test/fixtures/package-normal_expected.json @@ -7,7 +7,7 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:md": "markdownlint --ignore node_modules --ignore CHANGELOG.md \"**/*.md\"", "lint:md:fix": "prettier --write \"**/*.md\"", - "lint": "npm-run-all --print-name --print-label --parallel lint:*", + "lint": "npm-run-all --print-label --parallel lint:*", "commitmsg": "commitlint -E GIT_PARAMS", "precommit": "lint-staged", "release": "standard-version",