Skip to content

Commit

Permalink
pass --silent to npm pack to work around npm/cli#7354
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 15, 2024
1 parent 8c5f80d commit c3d56c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,7 @@ jobs:
mkdir -p dist
ls -al
ls -al dist
echo '*** FNOOOOORD ***'
npm pack --pack-destination=./dist --json 2>/dev/null
echo '*** FNOOOOOOOOOOOOOOOOOOOORD ***'
echo "filename=$(npm pack --pack-destination=./dist)" >> $GITHUB_OUTPUT
echo "filename=$(npm pack --silent --pack-destination=./dist)" >> $GITHUB_OUTPUT
working-directory: ./pkgs/cargo-messages
- name: Diagnostics
shell: bash
Expand Down

0 comments on commit c3d56c9

Please sign in to comment.