Skip to content

Commit c4e6775

Browse files
KhafraDevronag
authored andcommitted
fix: ci failure hopefully
1 parent efae35f commit c4e6775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lint:fix": "standard --fix | snazzy",
4949
"test": "npm run test:tap && npm run test:node-fetch && npm run test:fetch && npm run test:jest && tsd",
5050
"test:node-fetch": "node scripts/verifyVersion.js 16 || mocha test/node-fetch",
51-
"test:fetch": "node scripts/verifyVersion.js 16 || npm run build:node && tap test/fetch/*.js",
51+
"test:fetch": "node scripts/verifyVersion.js 16 || (npm run build:node && tap test/fetch/*.js)",
5252
"test:jest": "jest",
5353
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
5454
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",

0 commit comments

Comments
 (0)