0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-25 02:32:52 -05:00

chore: fix typo

This commit is contained in:
Juan Picado 2021-06-05 16:01:28 +02:00
parent cb8991f3d5
commit 95ed3db43c
2 changed files with 3 additions and 3 deletions
.github/workflows
package.json

View file

@ -92,7 +92,7 @@ jobs:
if-no-files-found: error
retention-days: 10
- name: submit metrics
run: pnpm benchmarka:submit
run: pnpm benchmark:submit
env:
DEBUG: metrics
METRICS_SOURCE: autocannon
@ -157,7 +157,7 @@ jobs:
if-no-files-found: error
retention-days: 10
- name: submit metrics
run: pnpm benchmarka:submit
run: pnpm benchmark:submit
env:
DEBUG: metrics
METRICS_SOURCE: hyperfine

View file

@ -140,7 +140,7 @@
"start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
"benchmark:hyper": "verdaccio-benchmark hyper -r ./hyper-results.json",
"benchmark:api": "verdaccio-benchmark api",
"benchmarka:submit": "pnpm ts-node ./scripts/submit-metrics.ts",
"benchmark:submit": "pnpm ts-node ./scripts/submit-metrics.ts",
"start:watch": "concurrently --kill-others \"pnpm _build:watch\" \"pnpm _start:server\" \"pnpm _debug:reload\"",
"_build:watch": "pnpm run --parallel watch --filter ./packages",
"_start:server": "node packages/verdaccio/debug/bootstrap.js --listen 8000",