Skip to content

Commit c67863c

Browse files
committed
reset lock files on becnchmark
1 parent 9da074b commit c67863c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bechmark_change.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ http -p 8080 &
1111
(
1212
set -euo pipefail
1313
cd frameworks/keyed/yew
14+
rm Cargo.lock
1415
npm install -d
1516
npm run build-prod
1617
)
1718
(
1819
set -euo pipefail
1920
cd frameworks/keyed/yew-baseline
21+
rm Cargo.lock
2022
npm install -d
2123
npm run build-prod
2224
)

0 commit comments

Comments
 (0)