Skip to content

Commit 6a3769b

Browse files
authored
fix: overwrite files by default (#5)
1 parent 05ad61f commit 6a3769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export_mix_env
2424

2525
# what is the default release name? or do we keep it empty?
2626
RELEASE_ENV=${MIX_ENV}
27-
DEFAULT_RELEASE_OPTIONS=""
27+
DEFAULT_RELEASE_OPTIONS="--overwrite"
2828
RELEASE_OPTIONS=${GIGALIXIR_RELEASE_OPTIONS:-$DEFAULT_RELEASE_OPTIONS}
2929

3030
cd $build_dir/$app_relative_path

0 commit comments

Comments
 (0)