Skip to content

Commit

Permalink
Fastify v5 on website
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina authored Sep 17, 2024
1 parent 77e9bbb commit 82c150f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ if [[ $SKIP_DOWNLOADS != "true" ]]; then
./scripts/download-releases.sh --major 1
./scripts/download-releases.sh --major 2
./scripts/download-releases.sh --major 3
./scripts/download-releases.sh --minor 4
./scripts/download-releases.sh --major 4
./scripts/download-releases.sh --minor 5
else
echo "Skipping download phase"
fi
Expand Down

0 comments on commit 82c150f

Please sign in to comment.