Skip to content

Commit

Permalink
initial simple fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Redderson-Lear authored and gregilo committed Sep 29, 2023
1 parent 7908aba commit f54edfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion boilerplate/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ BOILERPLATE_DIR="$REPO_DIR/boilerplate"

BUILD_DIR="$BOILERPLATE_DIR/build"

mkdir -p $BUILD_DIR
# Prevent leftover old builds from being included
if [ -d $BUILD_DIR ]; then
--rm --rf $BUILD_DIR

mkdir $BUILD_DIR

# Copy files
cp "$CORE_DIR/include/zapierwrapper.js" "$BOILERPLATE_DIR/"
Expand Down

0 comments on commit f54edfe

Please sign in to comment.