Skip to content

Commit 623cfdf

Browse files
committed
chore: no-dts-cache
1 parent 4effb24 commit 623cfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/node_binding/scripts/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ async function build() {
5858
if (process.env.RUST_TARGET) {
5959
args.push("--target", process.env.RUST_TARGET);
6060
}
61+
args.push("--no-dts-cache");
6162
if (!process.env.DISABLE_PLUGIN) {
6263
args.push("--no-default-features");
6364
args.push("--features plugin");

0 commit comments

Comments
 (0)