Skip to content

Commit

Permalink
fix(a380x): Disable global FBW_TYPECHECK (#8687)
Browse files Browse the repository at this point in the history
disable global FBW_TYPECHECK
  • Loading branch information
flogross89 committed Jun 20, 2024
1 parent 958f635 commit c6c1386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for arg in "$@"; do
done

# run build with the new arguments
FBW_TYPECHECK=1 time npx igniter "${args[@]}"
time npx igniter "${args[@]}"

# restore ownership (when run as github action)
if [ "${GITHUB_ACTIONS}" == "true" ]; then
Expand Down

0 comments on commit c6c1386

Please sign in to comment.