Skip to content

Commit 3cc76a2

Browse files
authored
Remove npm-run-all in favor of pnpm regex script name functionality (#2960)
1 parent 9c2d283 commit 3cc76a2

File tree

118 files changed

+117
-700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+117
-700
lines changed

.monorepolint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default {
171171
options: {
172172
scripts: {
173173
docs: "tsx ../../scripts/generate-readmes.ts",
174-
test: "npm-run-all --npm-path npm test:*",
174+
test: "pnpm run /test:.*/",
175175
},
176176
},
177177
excludePackages: [MAIN_PACKAGE],
@@ -220,7 +220,6 @@ export default {
220220
options: {
221221
devDependencies: {
222222
benchmark: "^2.1.4",
223-
"npm-run-all": "^4.1.5",
224223
tape: "^5.9.0",
225224
tsup: "^8.4.0",
226225
tsx: "^4.19.4",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"funding": "https://opencollective.com/turf",
44
"scripts": {
55
"docs": "tsx ./scripts/generate-readmes.ts",
6-
"lint": "npm-run-all lint:*",
6+
"lint": "pnpm run /lint:.*/",
77
"lint:docs": "documentation lint packages/turf-*/index.js",
88
"lint:escheck-cjs": "es-check es8 packages/*/dist/cjs/index.cjs packages/turf/turf.min.js",
99
"lint:escheck-esm": "es-check --module es8 packages/*/dist/esm/index.js",
@@ -55,7 +55,6 @@
5555
"lint-staged": "^15.5.1",
5656
"load-json-file": "^7.0.1",
5757
"meow": "^13.2.0",
58-
"npm-run-all": "^4.1.5",
5958
"prettier": "^3.5.3",
6059
"progress": "^2.0.3",
6160
"tsup": "^8.4.0",

packages/turf-along/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@
4848
"bench": "tsx bench.ts",
4949
"build": "tsup --config ../../tsup.config.ts",
5050
"docs": "tsx ../../scripts/generate-readmes.ts",
51-
"test": "npm-run-all --npm-path npm test:*",
51+
"test": "pnpm run /test:.*/",
5252
"test:tape": "tsx test.ts"
5353
},
5454
"devDependencies": {
5555
"@types/benchmark": "^2.1.5",
5656
"@types/tape": "^5.8.1",
5757
"benchmark": "^2.1.4",
5858
"load-json-file": "^7.0.1",
59-
"npm-run-all": "^4.1.5",
6059
"tape": "^5.9.0",
6160
"tsup": "^8.4.0",
6261
"tsx": "^4.19.4",

packages/turf-angle/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"bench": "tsx bench.ts",
4949
"build": "tsup --config ../../tsup.config.ts",
5050
"docs": "tsx ../../scripts/generate-readmes.ts",
51-
"test": "npm-run-all --npm-path npm test:*",
51+
"test": "pnpm run /test:.*/",
5252
"test:tape": "tsx test.ts"
5353
},
5454
"devDependencies": {
@@ -60,7 +60,6 @@
6060
"benchmark": "^2.1.4",
6161
"glob": "^11.0.2",
6262
"load-json-file": "^7.0.1",
63-
"npm-run-all": "^4.1.5",
6463
"tape": "^5.9.0",
6564
"tsup": "^8.4.0",
6665
"tsx": "^4.19.4",

packages/turf-area/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@
4747
"bench": "tsx bench.ts",
4848
"build": "tsup --config ../../tsup.config.ts",
4949
"docs": "tsx ../../scripts/generate-readmes.ts",
50-
"test": "npm-run-all --npm-path npm test:*",
50+
"test": "pnpm run /test:.*/",
5151
"test:tape": "tsx test.ts"
5252
},
5353
"devDependencies": {
5454
"@types/benchmark": "^2.1.5",
5555
"@types/tape": "^5.8.1",
5656
"benchmark": "^2.1.4",
5757
"load-json-file": "^7.0.1",
58-
"npm-run-all": "^4.1.5",
5958
"tape": "^5.9.0",
6059
"tsup": "^8.4.0",
6160
"tsx": "^4.19.4",

packages/turf-bbox-clip/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"bench": "tsx bench.ts",
5454
"build": "tsup --config ../../tsup.config.ts",
5555
"docs": "tsx ../../scripts/generate-readmes.ts",
56-
"test": "npm-run-all --npm-path npm test:*",
56+
"test": "pnpm run /test:.*/",
5757
"test:tape": "tsx test.ts"
5858
},
5959
"devDependencies": {
@@ -62,7 +62,6 @@
6262
"@types/tape": "^5.8.1",
6363
"benchmark": "^2.1.4",
6464
"load-json-file": "^7.0.1",
65-
"npm-run-all": "^4.1.5",
6665
"tape": "^5.9.0",
6766
"tsup": "^8.4.0",
6867
"tsx": "^4.19.4",

packages/turf-bbox-polygon/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@
4848
"bench": "tsx bench.ts",
4949
"build": "tsup --config ../../tsup.config.ts",
5050
"docs": "tsx ../../scripts/generate-readmes.ts",
51-
"test": "npm-run-all --npm-path npm test:*",
51+
"test": "pnpm run /test:.*/",
5252
"test:tape": "tsx test.ts"
5353
},
5454
"devDependencies": {
5555
"@types/benchmark": "^2.1.5",
5656
"@types/tape": "^5.8.1",
5757
"benchmark": "^2.1.4",
58-
"npm-run-all": "^4.1.5",
5958
"tape": "^5.9.0",
6059
"tsup": "^8.4.0",
6160
"tsx": "^4.19.4",

packages/turf-bbox/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@
4949
"bench": "tsx bench.ts",
5050
"build": "tsup --config ../../tsup.config.ts",
5151
"docs": "tsx ../../scripts/generate-readmes.ts",
52-
"test": "npm-run-all --npm-path npm test:*",
52+
"test": "pnpm run /test:.*/",
5353
"test:tape": "tsx test.ts"
5454
},
5555
"devDependencies": {
5656
"@types/benchmark": "^2.1.5",
5757
"@types/tape": "^5.8.1",
5858
"benchmark": "^2.1.4",
59-
"npm-run-all": "^4.1.5",
6059
"tape": "^5.9.0",
6160
"tsup": "^8.4.0",
6261
"tsx": "^4.19.4",

packages/turf-bearing/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@
4545
"bench": "tsx bench.ts",
4646
"build": "tsup --config ../../tsup.config.ts",
4747
"docs": "tsx ../../scripts/generate-readmes.ts",
48-
"test": "npm-run-all --npm-path npm test:*",
48+
"test": "pnpm run /test:.*/",
4949
"test:tape": "tsx test.ts"
5050
},
5151
"devDependencies": {
5252
"@turf/destination": "workspace:*",
5353
"@types/benchmark": "^2.1.5",
5454
"@types/tape": "^5.8.1",
5555
"benchmark": "^2.1.4",
56-
"npm-run-all": "^4.1.5",
5756
"tape": "^5.9.0",
5857
"tsup": "^8.4.0",
5958
"tsx": "^4.19.4",

packages/turf-bezier-spline/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@
4848
"bench": "tsx bench.ts",
4949
"build": "tsup --config ../../tsup.config.ts",
5050
"docs": "tsx ../../scripts/generate-readmes.ts",
51-
"test": "npm-run-all --npm-path npm test:*",
51+
"test": "pnpm run /test:.*/",
5252
"test:tape": "tsx test.ts"
5353
},
5454
"devDependencies": {
5555
"@types/benchmark": "^2.1.5",
5656
"@types/tape": "^5.8.1",
5757
"benchmark": "^2.1.4",
5858
"load-json-file": "^7.0.1",
59-
"npm-run-all": "^4.1.5",
6059
"tape": "^5.9.0",
6160
"tsup": "^8.4.0",
6261
"tsx": "^4.19.4",

0 commit comments

Comments
 (0)