Skip to content

Commit

Permalink
build(frontend): Use setCommits in vite plugin (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Nov 21, 2022
1 parent 5a95d06 commit 9727f61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export default defineConfig({
authToken: process.env.SENTRY_AUTH_TOKEN,
dryRun: !process.env.SENTRY_AUTH_TOKEN,
cleanArtifacts: true,
setCommits: {
auto: true,
ignoreEmpty: true,
},
}),
],
resolve: {
Expand Down

0 comments on commit 9727f61

Please # to comment.