Skip to content

Commit 12eac8f

Browse files
committed
Bumps node modules
1 parent 1df05c2 commit 12eac8f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

update.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ if ! (git pull --prune && git commit -am "Bumps node modules" && git push); then
5050
exit 1
5151
fi
5252

53-
if ! (cd "${CURRENT}/lambda/rust-runtime/lambda" || exit); then
53+
if (cd "${CURRENT}/lambda/rust-runtime/lambda" || exit); then
54+
cargo clean
55+
else
5456
cd "${CUR}" || exit
5557
exit 1
5658
fi

0 commit comments

Comments
 (0)