Skip to content

Commit

Permalink
feat: replace npm-run-all with npm-run-all2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
haoqunjiang committed Sep 14, 2023
1 parent fe7b004 commit ac58cfd
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"kolorist": "^1.8.0",
"lint-staged": "^14.0.1",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.3",
"prompts": "^2.4.2",
"zx": "^7.2.3"
Expand Down
107 changes: 91 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit ac58cfd

Please sign in to comment.