Skip to content

Commit 1d39fd2

Browse files
authored
chore: replace npm-run-all2 with a native script (#664)
1 parent ab3d593 commit 1d39fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/espree/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@rollup/plugin-node-resolve": "^15.3.0",
4747
"eslint-release": "^3.2.0",
4848
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
49-
"npm-run-all2": "^6.2.2",
5049
"rollup": "^2.79.1",
5150
"shelljs": "^0.8.5"
5251
},
@@ -70,7 +69,7 @@
7069
"release:generate:beta": "eslint-generate-prerelease beta",
7170
"release:generate:rc": "eslint-generate-prerelease rc",
7271
"release:publish": "eslint-publish-release",
73-
"test": "npm-run-all -s test:*",
72+
"test": "npm run test:cjs && npm run test:esm",
7473
"test:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs",
7574
"test:esm": "c8 mocha --color --reporter progress --timeout 30000 tests/lib/**/*.js"
7675
}

0 commit comments

Comments
 (0)