mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Add Manifest v3 artifact to pipelines (#3331)
This requires a second build due to the differences being handled in webpack.
This commit is contained in:
@@ -34,6 +34,9 @@ const filters = {
|
||||
|
||||
function buildString() {
|
||||
var build = "";
|
||||
if (process.env.MANIFEST_VERSION) {
|
||||
build = `-mv${process.env.MANIFEST_VERSION}`;
|
||||
}
|
||||
if (process.env.BUILD_NUMBER && process.env.BUILD_NUMBER !== "") {
|
||||
build = `-${process.env.BUILD_NUMBER}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user