Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Feb 1, 2024
1 parent ebb63a8 commit 46cedd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ cmd="npm install --ignore-scripts $filtered_deps"
echo "$cmd"
$cmd

cmd="npm run postinstall -prefix ./node_modules/go-ipfs"
echo "$cmd"
$cmd

echo "Updated versions of dependencies:"
jq -r '.dependencies' package.json

0 comments on commit 46cedd3

Please sign in to comment.