We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm-run-all2
1 parent ab3d593 commit 1d39fd2Copy full SHA for 1d39fd2
packages/espree/package.json
@@ -46,7 +46,6 @@
46
"@rollup/plugin-node-resolve": "^15.3.0",
47
"eslint-release": "^3.2.0",
48
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
49
- "npm-run-all2": "^6.2.2",
50
"rollup": "^2.79.1",
51
"shelljs": "^0.8.5"
52
},
@@ -70,7 +69,7 @@
70
69
"release:generate:beta": "eslint-generate-prerelease beta",
71
"release:generate:rc": "eslint-generate-prerelease rc",
72
"release:publish": "eslint-publish-release",
73
- "test": "npm-run-all -s test:*",
+ "test": "npm run test:cjs && npm run test:esm",
74
"test:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs",
75
"test:esm": "c8 mocha --color --reporter progress --timeout 30000 tests/lib/**/*.js"
76
}
0 commit comments