Skip to content

Commit

Permalink
build(ap): fix build in case where release zip already exists in buil…
Browse files Browse the repository at this point in the history
…d direcctory
  • Loading branch information
spmeesseman committed Jul 25, 2019
1 parent c1a8350 commit fb80e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .publishrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cmd /c xcopy pages\\* build\\CommitReact\\pages /s /i /y",
"cmd /c copy /Y LICENSE.txt build\\CommitReact",
"cmd /c copy /Y CommitReact.php build\\CommitReact",
"Compress-Archive -Path build\\CommitReact -CompressionLevel Optimal -DestinationPath build\\CommitReact.zip",
"Compress-Archive -Path build\\CommitReact -Update -CompressionLevel Optimal -DestinationPath build\\CommitReact.zip",
"cmd /c rmdir /S /Q build\\CommitReact"
],
"changelogFile": "CHANGELOG.md",
Expand Down

0 comments on commit fb80e9c

Please sign in to comment.