Skip to content

Commit

Permalink
TRying to make APK build fails actually fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jul 9, 2022
1 parent 4fe6fcd commit f8e2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/cordova-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,6 @@ const archiver = require('archiver');
await fsWriteFile(path.join(buildDirectory, apkName, 'manifest.webmanifest'), JSON.stringify(manifest, null, 2))
}
} catch (exception) {
console.error(exception)
throw exception
}
}())

0 comments on commit f8e2da9

Please sign in to comment.