Skip to content

Commit

Permalink
provide upgrade advice
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 24, 2023
1 parent f8e23e0 commit 9855e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/check-docusaurus-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set -euo pipefail

if ( npm run build 2>&1 | grep '\[ERROR\]' )
then
echo "You probably need to run: npm update @docusaurus/preset-classic"
exit 1
else
exit 0
Expand Down

0 comments on commit 9855e1c

Please sign in to comment.