Skip to content

Commit ac58cfd

Browse files
committed
feat: replace npm-run-all with npm-run-all2
https://www.npmjs.com/package/npm-run-all2 It is a maintained fork of npm-run-all, which is not maintained anymore. Both maintainers of the fork also maintain some other popular packages, so I consider it a safe replacement. Another popular alternative is [concurrently](https://www.npmjs.com/package/concurrently). But [its size](https://packagephobia.com/[email protected]) is too big, I think it would be an overkill. Closes #306
1 parent fe7b004 commit ac58cfd

File tree

2 files changed

+92
-17
lines changed

2 files changed

+92
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"kolorist": "^1.8.0",
4848
"lint-staged": "^14.0.1",
4949
"minimist": "^1.2.8",
50-
"npm-run-all": "^4.1.5",
50+
"npm-run-all2": "^6.0.6",
5151
"prettier": "^3.0.3",
5252
"prompts": "^2.4.2",
5353
"zx": "^7.2.3"

pnpm-lock.yaml

+91-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)