From 49f76a36744a29ef6e85fa76c195000331b433c6 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Wed, 11 Sep 2024 13:07:38 +0200 Subject: [PATCH] Update .github/workflows/codspeed.yml Signed-off-by: Jose C Quintas Jr --- .github/workflows/codspeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index c7fdd3ba1d8f..2311d7eb030e 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -45,7 +45,7 @@ jobs: cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies - run: pnpm install --frozen-lockfile # Ensure we are running on the prod version of our libs - - run: pnmp --filter @mui/x-internals build + - run: pnpm --filter @mui/x-internals build - run: pnpm --filter @mui/x-license build - run: pnpm --filter @mui/x-charts build - run: pnpm --filter @mui/x-charts-pro build