Skip to content

Commit c5c7377

Browse files
committed
account for lock files not being present
1 parent c67863c commit c5c7377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bechmark_change.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ http -p 8080 &
1111
(
1212
set -euo pipefail
1313
cd frameworks/keyed/yew
14-
rm Cargo.lock
14+
rm -f Cargo.lock
1515
npm install -d
1616
npm run build-prod
1717
)
1818
(
1919
set -euo pipefail
2020
cd frameworks/keyed/yew-baseline
21-
rm Cargo.lock
21+
rm -f Cargo.lock
2222
npm install -d
2323
npm run build-prod
2424
)

0 commit comments

Comments
 (0)