Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac58cfd

Browse files
committed
feat: replace npm-run-all with npm-run-all2
https://www.npmjs.com/package/npm-run-all2It 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/result?p=concurrently@8.2.1) is too big,I think it would be an overkill.Closesvuejs#306
1 parentfe7b004 commitac58cfd

File tree

2 files changed

+92
-17
lines changed

2 files changed

+92
-17
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 91 additions & 16 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp