Skip to content

Commit

Permalink
Re-enable frontend build step of pr_check
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Jan 17, 2024
1 parent 531feb7 commit 3006278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ set -ex
#echo "After docker run"

# source is preferred to | bash -s in this case to avoid a subshell
#source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh)
#BUILD_RESULTS=$?
source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh)
BUILD_RESULTS=$?

## === Bonfire/Clowder/IQE stuff goes here ===

Expand Down

0 comments on commit 3006278

Please sign in to comment.