Skip to content

Commit

Permalink
Update scripts/next-build-frontend.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tanner Heffner <[email protected]>
  • Loading branch information
alexfinnarn and tjheffner authored Feb 9, 2024
1 parent cc432d9 commit c77e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/next-build-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ echo "==> Starting a frontend build. This file will be updated as the build prog
#rm -rf ${reporoot}/docroot/vendor/va-gov
#composer install --no-scripts &>> ${logfile}

# Get the requested content-build version
# Get the requested next-build version
if [ "${next_build_version}" != "__default" ]; then
echo "==> Checking out the requested frontend version" >> ${logfile}
pushd ${reporoot}/next
Expand Down

0 comments on commit c77e23e

Please sign in to comment.