Skip to content

Commit d829633

Browse files
committed
silence yarn output in node webpack test
1 parent b80b886 commit d829633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"test:express": "node test/manual/express-scope-separation/start.js",
6161
"test:jest": "jest",
6262
"test:release-health": "node test/manual/release-health/runner.js",
63-
"test:webpack": "cd test/manual/webpack-domain/ && yarn && node npm-build.js",
63+
"test:webpack": "cd test/manual/webpack-domain/ && yarn --silent && node npm-build.js",
6464
"test:watch": "jest --watch"
6565
},
6666
"volta": {

0 commit comments

Comments
 (0)