From 5cc3d7f5dfe7a9a553b3b7304e669677b2b81088 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 29 Jun 2026 17:47:47 +0200 Subject: [PATCH] fix(ci): pin npx fred-ssr and rari to their @mdn packages --- .github/workflows/pr-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 85ee0c752909624..1af8bc10670386f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -134,12 +134,12 @@ jobs: ARGS+=("-f" "$PWD/$file") done - npx rari build --no-basic --json-issues --data-issues "${ARGS[@]}" + npx @mdn/rari build --no-basic --json-issues --data-issues "${ARGS[@]}" # Workaround, as fred-ssr doesn't copy assets. cp -vR node_modules/@mdn/fred/out/. "$BUILD_OUT_ROOT" - npx fred-ssr + npx --package=@mdn/fred fred-ssr echo "Disk usage size of the build" du -sh $BUILD_OUT_ROOT