Skip to content

Commit

Permalink
more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Nov 24, 2023
1 parent 7fc4eec commit c25ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "cargo test",
"debug": "cargo build --message-format=json | neon dist",
"build": "cargo build --message-format=json --release | neon dist -v",
"precross": "bash -c 'pwd' && cross build --message-format=json --release > cross.log || bash -c 'echo BEGIN LOG && cat cross.log && echo END LOG && exit 1'",
"precross": "bash -c 'pwd && echo $CARGO_BUILD_TARGET' && cross build --message-format=json --release > cross.log || bash -c 'echo BEGIN LOG && cat cross.log && echo END LOG && exit 1'",
"cross": "neon dist -v -m /target < cross.log",
"pack-target": "neon tarball -v",
"prepack": "neon update-targets -v 2>update-targets.log",
Expand Down

0 comments on commit c25ded7

Please sign in to comment.