Skip to content

Commit

Permalink
trying to get the diagnostics right
Browse files Browse the repository at this point in the history
  • Loading branch information
David Herman committed Nov 24, 2023
1 parent 34e68b4 commit 0d1b38d
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,9 +29,8 @@
"test": "cargo test",
"debug": "cargo build --message-format=json | neon dist",
"build": "cargo build --message-format=json --release | neon dist -v",
"precross": "cross build --message-format=json --release > cross.log && npm run showlog",
"precross": "cross build --message-format=json --release > cross.log || bash -c 'cat cross.log && exit 1'",
"cross": "neon dist -v -m /target < cross.log",
"showlog": "node -e \"require('fs').readFile('cross.log', function(err,buf){ process.stdout.write(buf); })\"",
"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 0d1b38d

Please sign in to comment.