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.
1 parent 108646e commit cf984e9Copy full SHA for cf984e9
package.json
@@ -288,8 +288,8 @@
288
"prepare": "node bin/npm-cli.js rebuild && node bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc",
289
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
290
"licenses": "licensee --production --errors-only",
291
- "tap": "tap -J --timeout 300",
292
- "tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600",
+ "tap": "tap -J --timeout 300 --no-esm",
+ "tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
293
"pretest": "standard",
294
"test": "npm run test-tap --",
295
"sudotest": "sudo npm run tap -- \"test/tap/*.js\"",
0 commit comments