Skip to content

Commit

Permalink
chore(ci): should move binaries correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 25, 2024
1 parent 2337f78 commit bc962cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rolldown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"scripts": {
"# Scrips for binding #": "_",
"artifacts": "napi artifacts -o=./src --npm-dir ./npm",
"artifacts": "napi artifacts -o=./artifacts --npm-dir ./npm",
"format-generated-binding-files": "prettier --write src/binding.js src/binding.d.ts",
"build-binding": "napi build -o=./src --manifest-path ../../crates/rolldown_binding/Cargo.toml --platform -p rolldown_binding --js binding.js --dts binding.d.ts --dts-header \"type MaybePromise<T> = T | Promise<T>\"",
"build-binding:release": "napi build -o=./src --release --manifest-path ../../crates/rolldown_binding/Cargo.toml --platform -p rolldown_binding --js binding.js --dts binding.d.ts --dts-header \"type MaybePromise<T> = T | Promise<T>\"",
Expand Down Expand Up @@ -82,4 +82,4 @@
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
}
}
}

0 comments on commit bc962cb

Please sign in to comment.