Skip to content

Commit

Permalink
chore: stop using concurrently in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 9, 2024
1 parent 9950f7b commit 760c17d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 69 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"build": "yarn build:packages && yarn build:apps",
"build:packages": "yarn workspaces foreach -t -A --include @recast-navigation/wasm --include @recast-navigation/core --include @recast-navigation/generators --include recast-navigation --include @recast-navigation/three --include @recast-navigation/playcanvas run build",
"build:apps": "yarn workspaces foreach -A -t --include navmesh-website --include docs run build",
"test": "concurrently --kill-others-on-fail \"yarn test:packages\" \"yarn test:node-smoke-test\" \"yarn test:bundlers-smoke-test\" \"yarn lint\"",
"test": "yarn test:packages && yarn test:node-smoke-test && yarn test:bundlers-smoke-test && yarn lint",
"test:packages": "yarn workspaces foreach -A -t --include recast-navigation --include @recast-navigation/core --include @recast-navigation/generators --include @recast-navigation/three --include @recast-navigation/playcanvas run test",
"test:node-smoke-test": "(cd ./examples/three-node-cjs-example && yarn start) && (cd ./examples/three-node-esm-example && yarn start)",
"test:bundlers-smoke-test": "concurrently --kill-others-on-fail \"(cd ./examples/three-parcel-example && yarn build)\" \"(cd ./examples/three-vite-wasm-example && yarn build)\" \"(cd ./examples/three-vite-worker-example && yarn build)\"",
"test:bundlers-smoke-test": "(cd ./examples/three-parcel-example && yarn build) && (cd ./examples/three-vite-wasm-example && yarn build) && (cd ./examples/three-vite-worker-example && yarn build)",
"lint": "yarn workspaces foreach -A -t run lint",
"change": "yarn changeset",
"release": "yarn build && yarn test",
Expand All @@ -27,7 +27,6 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"concurrently": "^8.2.2",
"vercel": "^33.7.0"
},
"packageManager": "[email protected]"
Expand Down
70 changes: 4 additions & 66 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4":
"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4":
version: 7.25.6
resolution: "@babel/runtime@npm:7.25.6"
dependencies:
Expand Down Expand Up @@ -6988,7 +6988,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.2":
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -7250,26 +7250,6 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:^8.2.2":
version: 8.2.2
resolution: "concurrently@npm:8.2.2"
dependencies:
chalk: "npm:^4.1.2"
date-fns: "npm:^2.30.0"
lodash: "npm:^4.17.21"
rxjs: "npm:^7.8.1"
shell-quote: "npm:^1.8.1"
spawn-command: "npm:0.0.2"
supports-color: "npm:^8.1.1"
tree-kill: "npm:^1.2.2"
yargs: "npm:^17.7.2"
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 10/dcb1aa69d9c611a7bda9d4fc0fe1e388f971d1744acec7e0d52dffa2ef55743f1266ec9292f414c5789b9f61734b3fce772bd005d4de9564a949fb121b97bae1
languageName: node
linkType: hard

"confbox@npm:^0.1.7":
version: 0.1.7
resolution: "confbox@npm:0.1.7"
Expand Down Expand Up @@ -7539,15 +7519,6 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.30.0":
version: 2.30.0
resolution: "date-fns@npm:2.30.0"
dependencies:
"@babel/runtime": "npm:^7.21.0"
checksum: 10/70b3e8ea7aaaaeaa2cd80bd889622a4bcb5d8028b4de9162cbcda359db06e16ff6e9309e54eead5341e71031818497f19aaf9839c87d1aba1e27bb4796e758a9
languageName: node
linkType: hard

"debounce@npm:^1.2.1":
version: 1.2.1
resolution: "debounce@npm:1.2.1"
Expand Down Expand Up @@ -13766,7 +13737,6 @@ __metadata:
resolution: "recast-navigation-root@workspace:."
dependencies:
"@changesets/cli": "npm:^2.26.2"
concurrently: "npm:^8.2.2"
vercel: "npm:^33.7.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -14176,15 +14146,6 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.8.1":
version: 7.8.1
resolution: "rxjs@npm:7.8.1"
dependencies:
tslib: "npm:^2.1.0"
checksum: 10/b10cac1a5258f885e9dd1b70d23c34daeb21b61222ee735d2ec40a8685bdca40429000703a44f0e638c27a684ac139e1c37e835d2a0dc16f6fc061a138ae3abb
languageName: node
linkType: hard

"safe-array-concat@npm:^1.1.2":
version: 1.1.2
resolution: "safe-array-concat@npm:1.1.2"
Expand Down Expand Up @@ -14430,13 +14391,6 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:^1.8.1":
version: 1.8.1
resolution: "shell-quote@npm:1.8.1"
checksum: 10/af19ab5a1ec30cb4b2f91fd6df49a7442d5c4825a2e269b3712eded10eedd7f9efeaab96d57829880733fc55bcdd8e9b1d8589b4befb06667c731d08145e274d
languageName: node
linkType: hard

"shiki@npm:^0.14.7":
version: 0.14.7
resolution: "shiki@npm:0.14.7"
Expand Down Expand Up @@ -14588,13 +14542,6 @@ __metadata:
languageName: node
linkType: hard

"spawn-command@npm:0.0.2":
version: 0.0.2
resolution: "spawn-command@npm:0.0.2"
checksum: 10/f13e8c3c63abd4a0b52fb567eba5f7940d480c5ed3ec61781d38a1850f179b1196c39e6efa2bbd301f82c1bf1cd7807abc8fbd8fc8e44bcaa3975a124c0d1657
languageName: node
linkType: hard

"spawndamnit@npm:^2.0.0":
version: 2.0.0
resolution: "spawndamnit@npm:2.0.0"
Expand Down Expand Up @@ -14961,15 +14908,6 @@ __metadata:
languageName: node
linkType: hard

"supports-color@npm:^8.1.1":
version: 8.1.1
resolution: "supports-color@npm:8.1.1"
dependencies:
has-flag: "npm:^4.0.0"
checksum: 10/157b534df88e39c5518c5e78c35580c1eca848d7dbaf31bbe06cdfc048e22c7ff1a9d046ae17b25691128f631a51d9ec373c1b740c12ae4f0de6e292037e4282
languageName: node
linkType: hard

"supports-preserve-symlinks-flag@npm:^1.0.0":
version: 1.0.0
resolution: "supports-preserve-symlinks-flag@npm:1.0.0"
Expand Down Expand Up @@ -15327,7 +15265,7 @@ __metadata:
languageName: node
linkType: hard

"tree-kill@npm:1.2.2, tree-kill@npm:^1.2.2":
"tree-kill@npm:1.2.2":
version: 1.2.2
resolution: "tree-kill@npm:1.2.2"
bin:
Expand Down Expand Up @@ -15474,7 +15412,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.4.0":
"tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.4.0":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6
Expand Down

0 comments on commit 760c17d

Please sign in to comment.