Skip to content

Commit

Permalink
fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
XantreDev committed Apr 1, 2024
1 parent d920092 commit 5e60dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/build.nu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main [

cd ./swc

let $use_debug = --cargo-debug == "true" or ($env.CARGO_DEBUG? | default false)
let $use_debug = --cargo-debug == "true" or $env.CARGO_DEBUG? == "true"
if $use_debug {
cargo build-wasi
cp ./target/wasm32-wasi/debug/swc_plugin_preact_signals.wasm ../dist/swc.wasm
Expand Down

0 comments on commit 5e60dc4

Please sign in to comment.