Skip to content

Commit d3f726a

Browse files
Merge pull request #4 from migtibincoski/dev
fix: permitir sobrescrita de arquivos ao minificar com esbuild
2 parents 9d06356 + f7732dc commit d3f726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
yarn global add esbuild
3333
for file in $(find build -name '*.js' -type f); do
34-
esbuild "$file" --minify --minify-syntax --minify-whitespace --outfile="$file"
34+
esbuild "$file" --minify --minify-syntax --minify-whitespace --outfile="$file" --allow-overwrite
3535
done
3636
3737
- name: Publish to NPM

0 commit comments

Comments
 (0)