Skip to content

Commit bdcf8b8

Browse files
committed
test: update package.json to remove concurrently
1 parent bf99b36 commit bdcf8b8

File tree

2 files changed

+3
-149
lines changed

2 files changed

+3
-149
lines changed

package-lock.json

Lines changed: 1 addition & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
1616
"test:e2e:nodejs12x": "RUNTIME=nodejs12x jest --group=e2e",
1717
"test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
18-
"test:e2e": "concurrently \"npm:test:e2e:nodejs12x\" \"npm:test:e2e:nodejs14x\"",
18+
"test:e2e": "jest --group=e2e",
1919
"watch": "jest --watch --group=unit",
2020
"build": "tsc",
2121
"lint": "eslint --ext .ts --fix --no-error-on-unmatched-pattern src tests",
@@ -47,8 +47,7 @@
4747
"devDependencies": {
4848
"@types/lodash.clonedeep": "^4.5.6",
4949
"@types/lodash.merge": "^4.6.6",
50-
"@types/lodash.pickby": "^4.6.6",
51-
"concurrently": "^7.0.0"
50+
"@types/lodash.pickby": "^4.6.6"
5251
},
5352
"files": [
5453
"lib"

0 commit comments

Comments
 (0)