Skip to content

Commit e6dc017

Browse files
committedOct 4, 2023
Add an npm-run-all2 bin alias
This lets npx run npm-run-all2 easily.
1 parent cfbd974 commit e6dc017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"bin": {
66
"run-p": "bin/run-p/index.js",
77
"run-s": "bin/run-s/index.js",
8-
"npm-run-all": "bin/npm-run-all/index.js"
8+
"npm-run-all": "bin/npm-run-all/index.js",
9+
"npm-run-all2": "bin/npm-run-all/index.js"
910
},
1011
"main": "lib/index.js",
1112
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.