Skip to content

Commit

Permalink
undo diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Nov 24, 2023
1 parent e35e45d commit cffe8a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +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 && 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",
"cross": "cross build --message-format=json --release | neon dist -v -m /target",
"pack-target": "neon tarball -v",
"prepack": "neon update-targets -v 2>update-targets.log",
"version": "neon bump -v --binaries npm"
Expand Down

0 comments on commit cffe8a9

Please sign in to comment.