Skip to content

Commit

Permalink
fix: Make release ignore if zip is not updated.
Browse files Browse the repository at this point in the history
Not sure this is the right thing to do.
  • Loading branch information
xdy committed Jul 1, 2020
1 parent 0cb6271 commit b4cbec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
'&& cp static/system.json dist ' +
'&& sed -ie \'s|\\(.*"version"\\): "\\(.*\\)",.*|\\1: \'"\\"${nextRelease.version}\\",|" package.json ' +
'&& npm install ' +
'&& cd dist && zip -ur twodsix.zip && cd ..' +
'&& cd dist && zip -fr twodsix.zip || true && cd ..' +
'',
}],
["@semantic-release/git", {
Expand Down

0 comments on commit b4cbec5

Please sign in to comment.