Skip to content

Commit

Permalink
fix(CI): remove no-dep from cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
f8thl3ss committed Feb 9, 2023
1 parent d3328f2 commit e10fe38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/npm_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ echo "============================"
echo "= Publish version $VERSION ="
echo "============================"

cargo bump "$VERSION" -k caido-convert

cd caido-convert || exit;
cargo publish || exit;
cd ../
Expand Down

0 comments on commit e10fe38

Please sign in to comment.