We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df05c2 commit 12eac8fCopy full SHA for 12eac8f
1 file changed
update.sh
@@ -50,7 +50,9 @@ if ! (git pull --prune && git commit -am "Bumps node modules" && git push); then
50
exit 1
51
fi
52
53
-if ! (cd "${CURRENT}/lambda/rust-runtime/lambda" || exit); then
+if (cd "${CURRENT}/lambda/rust-runtime/lambda" || exit); then
54
+ cargo clean
55
+else
56
cd "${CUR}" || exit
57
58
0 commit comments