Skip to content

Commit

Permalink
Revert "chore: drop npm-run-all (#62642)"
Browse files Browse the repository at this point in the history
This reverts commit 340125a.
  • Loading branch information
ijjk authored Feb 29, 2024
1 parent c6e865b commit ad098ad
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 21 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"typescript": "tsc --noEmit",
"lint-typescript": "turbo run typescript",
"lint-eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0 --config .eslintrc.json --no-eslintrc",
"lint-no-typescript": "node scripts/run-p.mjs prettier-check lint-eslint lint-language",
"types-and-precompiled": "node scripts/run-p.mjs lint-typescript check-precompiled",
"lint": "node scripts/run-p.mjs test-types lint-typescript prettier-check lint-eslint lint-language",
"lint-no-typescript": "run-p prettier-check lint-eslint lint-language",
"types-and-precompiled": "run-p lint-typescript check-precompiled",
"lint": "run-p test-types lint-typescript prettier-check lint-eslint lint-language",
"lint-fix": "pnpm prettier-fix && eslint . --ext js,jsx,ts,tsx --fix --max-warnings=0 --config .eslintrc.json --no-eslintrc",
"lint-language": "alex .",
"prettier-check": "prettier --check .",
Expand Down Expand Up @@ -179,6 +179,7 @@
"next": "workspace:*",
"node-fetch": "2.6.7",
"node-plop": "0.31.1",
"npm-run-all": "4.1.5",
"nprogress": "0.2.0",
"octokit": "3.1.0",
"open": "9.0.0",
Expand Down
38 changes: 38 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions scripts/run-p.mjs

This file was deleted.

0 comments on commit ad098ad

Please sign in to comment.