Skip to content

Commit 32a3e8b

Browse files
committed
Revert "package.json: use "npm exec" for running the "concurrently" tool"
This reverts commit c399aae. I mistakenly forgot to run "npm i" before running ./scripts/verify. Signed-off-by: Maël Valais <[email protected]>
1 parent fe91700 commit 32a3e8b

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
@@ -22,7 +22,7 @@
2222
"generate:sitemap": "next-sitemap",
2323
"export": "next export",
2424
"start": "next start",
25-
"check": "npm exec concurrently -y -- --group --timings npm:check:* # Run all the npm check:* scripts in parallel",
25+
"check": "concurrently --group --timings npm:check:* # Run all the npm check:* scripts in parallel",
2626
"check:next-lint": "next lint",
2727
"check:links": "find content/docs -type f -name '*.md' | xargs markdown-link-check --quiet --config markdown-link-check.json 2>&1 | awk -v RS=FILE: '/ERROR/{f=1; print RS $0} END{exit f}' # Split into records based on the word FILE and print only records containing word ERROR",
2828
"check:spelling": "FORCE_COLOR=1 mdspell --report --en-us --ignore-numbers --ignore-acronyms 'content/**/*.md' 'content/**/*.html' '_layouts/*.html' '_includes/*.html' '*.html' '!**/api-docs.md' # Force color output in mdspell. # See https://github.com/lukeapage/node-markdown-spellcheck/issues/36#issuecomment-482649408 ",

0 commit comments

Comments
 (0)