Skip to content

Commit

Permalink
feat: clean before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Jul 22, 2024
1 parent fb6ba59 commit 1d816cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-app/ecoindex-app/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"assets": ["./out/make/zip/darwin/arm64/*.zip", "./out/make/*.dmg"]
},
"hooks": {
"before:bump": "rm -rf ./out",
"after:bump": "npm run publish",
"after:git:release": "echo After git push, before github release",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
Expand Down

0 comments on commit 1d816cb

Please sign in to comment.