Skip to content

Commit 48ef680

Browse files
authored
ci(pr-test): run fred-ssr with npx (mdn#42186)
It's not a script, it's a binary provided by fred.
1 parent a210b61 commit 48ef680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# Workaround, as fred-ssr doesn't copy assets.
141141
cp -vR node_modules/@mdn/fred/out/. "$BUILD_OUT_ROOT"
142142
143-
npm run fred-ssr
143+
npx fred-ssr
144144
145145
echo "Disk usage size of the build"
146146
du -sh $BUILD_OUT_ROOT

0 commit comments

Comments
 (0)