Skip to content

Commit

Permalink
Rollup script should fail on any error
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Dec 7, 2023
1 parent 5028e08 commit 839ca9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
output_file="$SCRIPT_DIR/../ApolloCodegenFrontendBundle.swift"
Expand Down

0 comments on commit 839ca9a

Please sign in to comment.