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 721cdf3 commit d4809a9Copy full SHA for d4809a9
packages/node/package.json
@@ -63,7 +63,7 @@
63
"test:express": "node test/manual/express-scope-separation/start.js",
64
"test:jest": "jest",
65
"test:release-health": "node test/manual/release-health/runner.js",
66
- "test:webpack": "cd test/manual/webpack-async-context/ && yarn --silent && node npm-build.js",
+ "test:webpack": "cd test/manual/webpack-async-context/ && yarn --silent --ignore-engines && node npm-build.js",
67
"test:watch": "jest --watch",
68
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"
69
},
0 commit comments