Skip to content

Commit 8fd6c84

Browse files
committed
change npm i -d -> npm ci
1 parent 6650013 commit 8fd6c84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bechmark_change.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ http -p 8080 &
1212
set -euo pipefail
1313
cd frameworks/keyed/yew
1414
rm -f Cargo.lock
15-
npm install -d
15+
npm ci
1616
npm run build-prod
1717
)
1818
(
1919
set -euo pipefail
2020
cd frameworks/keyed/yew-baseline
2121
rm -f Cargo.lock
22-
npm install -d
22+
npm ci
2323
npm run build-prod
2424
)
2525
(
2626
set -euo pipefail
2727
cd webdriver-ts-results
28-
npm install -d
28+
npm ci
2929
)
3030
(
3131
set -euo pipefail
3232
cd webdriver-ts
3333
rm -rf results
34-
npm install -d
34+
npm ci
3535
npm run build-prod
3636
npm run bench -- --headless keyed/yew keyed/yew-baseline
3737
npm run results

0 commit comments

Comments
 (0)