Skip to content

Commit

Permalink
Touch overridden files in create_dist command.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Nov 19, 2022
1 parent 5a93194 commit 3f7f9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/commands/lib/createDist.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const fs = require('fs-extra')
const createDist = (buildConfig = config.defaultBuildConfig, options) => {
config.buildConfig = buildConfig
config.update(options)
util.touchOverriddenFiles()
util.updateBranding()
// On Android CI does two builds sequentially: for aab and for apk.
// Symbols are uploaded after 2nd build, but we need to preserve the symbols
Expand Down

0 comments on commit 3f7f9e9

Please sign in to comment.