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 4effb24 commit 623cfdfCopy full SHA for 623cfdf
crates/node_binding/scripts/build.js
@@ -58,6 +58,7 @@ async function build() {
58
if (process.env.RUST_TARGET) {
59
args.push("--target", process.env.RUST_TARGET);
60
}
61
+ args.push("--no-dts-cache");
62
if (!process.env.DISABLE_PLUGIN) {
63
args.push("--no-default-features");
64
args.push("--features plugin");
0 commit comments